[IR] Add KType to IrBuiltins

This commit is contained in:
Ivan Kylchik
2023-05-26 13:45:12 +02:00
committed by Space Team
parent 0021a5f655
commit 6f4f06757a
7 changed files with 13 additions and 5 deletions
@@ -354,6 +354,12 @@ public abstract class KotlinBuiltIns {
return getBuiltInClassByFqName(FqNames.kClass.toSafe());
}
@NotNull
public ClassDescriptor getKType() {
return getBuiltInClassByFqName(FqNames.kType.toSafe());
}
@NotNull
public ClassDescriptor getKCallable() {
return getBuiltInClassByFqName(FqNames.kCallable.toSafe());