fix tests in org.jetbrains.kotlin.checkers (related to KT-9072)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package
|
||||
|
||||
package toplevelObjectDeclarations {
|
||||
public val x: kotlin.Int
|
||||
public val y: toplevelObjectDeclarations.Foo
|
||||
public val y: toplevelObjectDeclarations.y.<no name provided>
|
||||
public val z: kotlin.Int
|
||||
|
||||
public object A : toplevelObjectDeclarations.Foo {
|
||||
|
||||
Reference in New Issue
Block a user