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:
Vendored
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user