Added KT-4549 SwapBinaryExpression Intention

This commit is contained in:
kuity
2014-02-08 15:44:39 -08:00
committed by Andrey Breslav
parent 80737bdfcf
commit 48b9dcf5ae
69 changed files with 346 additions and 2 deletions
@@ -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
}