f8e1f5e613
So #KT-17213 Fixed So #KT-17395 Fixed
6 lines
92 B
Plaintext
Vendored
6 lines
92 B
Plaintext
Vendored
class Declaration {
|
|
}
|
|
|
|
fun call(declaration: Declaration) {
|
|
({ it: Int -> it + 7 })(6)
|
|
} |