4038d4d507
So #KT-22089 Fixed
8 lines
82 B
Plaintext
Vendored
8 lines
82 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
Foo().apply {
|
|
<caret>isB = true
|
|
}
|
|
}
|