00ad37b769
#KT-12294 Fixed (cherry picked from commit 78212a4)
4 lines
124 B
Kotlin
Vendored
4 lines
124 B
Kotlin
Vendored
// EXTRACTION_TARGET: property with initializer
|
|
class Foo(s: String) {
|
|
val l = <selection>(s + "1")</selection>.length
|
|
} |