Added KT-4549 SwapBinaryExpression Intention
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
class Foo() {
|
||||
fun cat(x: Int): Int {return x}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
val catter = Foo() c<caret>at 5
|
||||
}
|
||||
Reference in New Issue
Block a user