Move importsDumper to compiler plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package b
|
||||
|
||||
import a.*
|
||||
|
||||
class B1 {
|
||||
companion object {
|
||||
val a1: A1 = A1()
|
||||
val a2: A2 = A2()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user