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:
+2
-2
@@ -23,10 +23,10 @@ class Flaf {
|
||||
result = Flaf(javaName = javaName)
|
||||
}
|
||||
}
|
||||
<this>.<get-INSTANCES>().set<String, Flaf>(key = javaName, value = result /*as Flaf */)
|
||||
<this>.<get-INSTANCES>().set<String, Flaf>(key = javaName, value = result)
|
||||
}
|
||||
}
|
||||
return result /*as Flaf */
|
||||
return result
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user