SwapBinaryExpression: implementation cleaned up, tests renamed
#KT-4868 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun neq(a: Int, b: Int) {
|
||||
if (<caret>a !== b) {}
|
||||
}
|
||||
Reference in New Issue
Block a user