Record inner class info for interface and DefaultImpls
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface A {
|
||||
fun foo() = 1
|
||||
|
||||
object C {
|
||||
|
||||
}
|
||||
|
||||
companion object {}
|
||||
}
|
||||
|
||||
// 2 public final static INNERCLASS A\$DefaultImpls A DefaultImpls
|
||||
Reference in New Issue
Block a user