'is' operator uses not-null type and doesn't generate parentheses

This commit is contained in:
Dmitry Jemerov
2012-05-25 20:18:33 +02:00
committed by Pavel V. Talanov
parent f88f07a6f5
commit d4c7b7b2b7
5 changed files with 13 additions and 41 deletions
@@ -1 +1 @@
(c.getType().getName() is String?)
c.getType().getName() is String
@@ -1 +1 @@
(a is String?)
a is String