60874f29fe
#KT-17047 Fixed
8 lines
91 B
Plaintext
Vendored
8 lines
91 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class C {
|
|
val c = "abc".<caret>run {
|
|
println("$this")
|
|
}
|
|
}
|