Fix decompiled text for named companion object
Fix stub/ast mismatch for compiled named companion objects Add tests
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
class ClassWithNamedClassObject {
|
||||
companion object Named {
|
||||
fun a() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user