Change Signature: Fix processing of lambda arguments
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun (() -> Int).foo(x: Int, y: Int): Int {
|
||||
return x + this()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
{
|
||||
3
|
||||
}.foo(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user