19db4869e6
Issue #KT-15556 Fixed
9 lines
111 B
Plaintext
Vendored
9 lines
111 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
listOf(1).forEach { run(it::bar) }
|
|
}
|
|
|
|
fun Int.bar() {
|
|
} |