2ee8f1c454
#KT-5362 Fixed #KT-8814 Fixed
9 lines
148 B
Kotlin
Vendored
9 lines
148 B
Kotlin
Vendored
// http://youtrack.jetbrains.net/issue/KT-20
|
|
|
|
class A() {
|
|
val x = 1
|
|
|
|
companion object {
|
|
val y = <!UNRESOLVED_REFERENCE!>x<!>
|
|
}
|
|
} |