Fixed EA-74848 + conversion was incorrect!

This commit is contained in:
Valentin Kipyatkov
2016-02-08 22:09:14 +03:00
parent 2ce06f250b
commit 377f4af369
10 changed files with 39 additions and 9 deletions
@@ -0,0 +1,3 @@
fun foo(a: Int, b: Int) {
a !<caret>= b
}