+1
-1
@@ -1,5 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: infix modifier is inapplicable on this function: must have a single value parameter
|
||||
// ERROR: 'infix' modifier is inapplicable on this function: must have a single value parameter
|
||||
|
||||
fun foo(x: Foo) {
|
||||
x.<caret>foo(1) { it * 2 }
|
||||
|
||||
Reference in New Issue
Block a user