167dc81d3b
`@ParameterName` annotation, which is also now added during type resolution.
4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
fun call(x: (a: Int, b: String) -> Unit) {
|
|
<expr>x(1, "")</expr>
|
|
}
|