FIR: support DefinitelyNotNull types
#KT-49465 Fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// FIR_IDENTICAL
|
||||
fun test1(x: String?) =
|
||||
if (x == null) 0 else x.length
|
||||
|
||||
|
||||
Reference in New Issue
Block a user