K2: drop C/DFA warning which fixes can break compilation in K1 till 1.8
#KT-50965 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
$TESTDATA_DIR$/firDfa.kt
|
||||
-Xuse-k2
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(x: String?) {
|
||||
if (x != null) {
|
||||
x!!.length
|
||||
}
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
warning: ATTENTION!
|
||||
This build uses experimental K2 compiler:
|
||||
-Xuse-k2
|
||||
OK
|
||||
Reference in New Issue
Block a user