mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
10 lines
162 B
Kotlin
10 lines
162 B
Kotlin
// http://youtrack.jetbrains.net/issue/KT-20
|
|
|
|
class A() {
|
|
val x = 1
|
|
|
|
default object {
|
|
val y = <!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>x<!>
|
|
}
|
|
}
|