Change outer scope for nested class and object -- removed implicit outer class receiver.
#KT-5362 Fixed #KT-8814 Fixed
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ internal final class A {
|
||||
|
||||
public companion object Companion {
|
||||
private constructor Companion()
|
||||
internal final val y: kotlin.Int = 1
|
||||
internal final val y: [ERROR : Type for x]
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user