raulraja
06/12/2019, 4:00 PMIrType for a known type given it’s fully qualified name and type arguments?
I need to refer to a known type that is not in the IrBuiltins constants.Ilmir Usmanov [JB]
06/13/2019, 2:08 PMjvmBackendContext.getTopLevelClass(fqName).createType(...)Ilmir Usmanov [JB]
06/13/2019, 2:09 PMgetTopLevelClass is internal, though.