FIR2IR: Do not add implicit casts for types with different nullability
For smart casts, elvises, etc., there are no implicit casts in psi2fir in changed test data
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun test1(x: String?) =
|
||||
if (x == null) 0 else x.length
|
||||
|
||||
|
||||
Reference in New Issue
Block a user