f8e1f5e613
So #KT-17213 Fixed So #KT-17395 Fixed
6 lines
88 B
Plaintext
Vendored
6 lines
88 B
Plaintext
Vendored
class Declaration {
|
|
}
|
|
|
|
fun call(declaration: Declaration) {
|
|
({ _: Int -> 11 })(10)
|
|
} |