f8e1f5e613
So #KT-17213 Fixed So #KT-17395 Fixed
6 lines
90 B
Plaintext
Vendored
6 lines
90 B
Plaintext
Vendored
class Declaration {
|
|
}
|
|
|
|
fun call(declaration: Declaration) {
|
|
({ x: Int -> x + 9 })(8)
|
|
} |