Alexander Ioffe
!IrPluginContext.moduleDescriptor.getPackage(fqName).isEmpty()
Please use IR declaration properties and not its descriptor properties
Javier
foo.bar.baz
foo.bar/baz.kt
class baz
myExpr.type.classOrNull?.owner?.parents?.toList()?.find { it is IrFile }?.kotlinFqName
A modern programming language that makes developers happier.