K2: drop C/DFA warning which fixes can break compilation in K1 till 1.8

#KT-50965 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-04-28 15:10:24 +03:00
committed by Space
parent cc086bed58
commit 15d58aff92
14 changed files with 70 additions and 10 deletions
@@ -364,6 +364,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/fileClassClashMultipleFiles.args");
}
@TestMetadata("firDfa.args")
public void testFirDfa() throws Exception {
runTest("compiler/testData/cli/jvm/firDfa.args");
}
@TestMetadata("firError.args")
public void testFirError() throws Exception {
runTest("compiler/testData/cli/jvm/firError.args");