mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
// http://youtrack.jetbrains.net/issue/KT-20
|
|
|
|
class A() {
|
|
val x = 1
|
|
|
|
class object {
|
|
val y = <!UNRESOLVED_REFERENCE!>x<!>
|
|
}
|
|
}
|