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