Fixed KT-5168 Smart completion includes null when comparing non-nullable value

#KT-5168 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-07-22 18:24:34 +04:00
parent 81393c999b
commit 595ef9f1d4
3 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -9,6 +9,8 @@ fun f(e1: E, e2: E?, x: Any) {
// EXIST: E.A
// EXIST: E.B
// EXIST: e2
// EXIST: { itemText:"e2" }
// ABSENT: { itemText:"!! e2" }
// ABSENT: e1
// ABSENT: x
// ABSENT: null