Move EnableDfaWarningsInK2 into experimental section until K2/IDE EAP

This commit means that we will not see K2 DFA warnings until
we explicitly enable them (probably in 1.9.20 or 2.0).
We are going to enable DFA warnings at the moment when
K2/IDE is accessible for external users
This commit is contained in:
Mikhail Glukhikh
2022-12-02 13:23:06 +01:00
parent 3dc05f4ec5
commit 17c434002a
2 changed files with 1 additions and 5 deletions
-3
View File
@@ -1,5 +1,2 @@
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
compiler/testData/cli/jvm/firDfa.kt:3:10: warning: unnecessary non-null assertion (!!) on a non-null receiver of type kotlin/String
x!!.length
^
OK