K2: drop C/DFA warning which fixes can break compilation in K1 till 1.8
#KT-50965 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(x: String?) {
|
||||
if (x != null) {
|
||||
x!!.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user