SwapBinaryExpression: implementation cleaned up, tests renamed

#KT-4868 Fixed
This commit is contained in:
Andrey Breslav
2014-05-21 12:37:36 +04:00
parent acf1dc1912
commit 269e4ae828
14 changed files with 88 additions and 54 deletions
@@ -0,0 +1,3 @@
fun neq(a: Int, b: Int) {
if (<caret>a !== b) {}
}