quickfix to add 'infix' modifier
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Add 'infix' modifier" "true"
|
||||
class A {
|
||||
fun xyzzy(i: Int) {}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
A() xyz<caret>zy 5
|
||||
}
|
||||
Reference in New Issue
Block a user