'is' operator uses not-null type and doesn't generate parentheses
This commit is contained in:
committed by
Pavel V. Talanov
parent
f88f07a6f5
commit
d4c7b7b2b7
@@ -1 +1 @@
|
||||
(c.getType().getName() is String?)
|
||||
c.getType().getName() is String
|
||||
@@ -1 +1 @@
|
||||
(a is String?)
|
||||
a is String
|
||||
Reference in New Issue
Block a user