Fix decompiled text for named companion object

Fix stub/ast mismatch for compiled named companion objects
Add tests
This commit is contained in:
Pavel V. Talanov
2015-10-16 17:09:45 +03:00
parent d74a989d93
commit aeb4abe39d
11 changed files with 275 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class A3 {
//value-parameter val y: kotlin.Int defined in A2.<init>
//public final class A3 defined in root package
//public constructor A3() defined in A3
//public companion object defined in A3
//public companion object B defined in A3
//private constructor B(prop: kotlin.Int) defined in A3.B
//value-parameter val prop: kotlin.Int defined in A3.B.<init>
//public constructor B() defined in A3.B