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,5 @@
fun foo(p1: String?, p2: String?) {
if (p1 <caret>!= p2) {
}
}