parseType

fun LanguageProvider.parseType(name: String): @NotNull Type
fun LanguageProvider.parseType(name: Name): @NotNull Type

Provides a nice alias to TypeParser.createFrom. In the future, this should not be used anymore since we are moving away from the TypeParser altogether.