147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Test() {
|
|
fun test() {
|
|
val i = Test()
|
|
val b = i<caret>
|
|
}
|
|
} |