d13ac6b5a4
#KT-9697 In Progress
5 lines
144 B
Kotlin
Vendored
5 lines
144 B
Kotlin
Vendored
// SHOULD_FAIL_WITH: Usages of outer class instance inside of property 'y' won't be processed
|
|
class A {
|
|
val x = 1
|
|
val <caret>y = x + 1
|
|
} |