298a075381
Removed declaration for functions: TODO, run, with, apply, let.
10 lines
136 B
Kotlin
Vendored
10 lines
136 B
Kotlin
Vendored
package c
|
|
|
|
fun test() {
|
|
with (1) l@ {
|
|
foo(1, <!NAMED_PARAMETER_NOT_FOUND!>zz<!> = { this@l } )
|
|
}
|
|
}
|
|
|
|
fun foo(x: Int) = x
|