60874f29fe
#KT-17047 Fixed
8 lines
89 B
Kotlin
Vendored
8 lines
89 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class C {
|
|
val c = "abc".<caret>let {
|
|
println("$it")
|
|
}
|
|
}
|