@@ -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
|
||||
|
||||
class Foo {
|
||||
infix fun foo(x: Int = 0, y: Int = 0) {
|
||||
|
||||
Reference in New Issue
Block a user