code style inspection: to -> Pair function used not in infix form
This commit is contained in:
committed by
Dmitry Jemerov
parent
41739602bc
commit
37351c344f
@@ -0,0 +1,9 @@
|
||||
// PROBLEM: none
|
||||
class A {
|
||||
fun to(x: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
A().<caret>to(1)
|
||||
}
|
||||
Reference in New Issue
Block a user