9 lines
115 B
Plaintext
Vendored
9 lines
115 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
listOf(1).forEach { run { it.bar() } }
|
|
}
|
|
|
|
fun Int.bar() {
|
|
} |