Fix parsing regression related to T!!
^KT-47445 Fixed
This commit is contained in:
committed by
teamcityserver
parent
768afc5ba4
commit
0ec693db89
+12
@@ -9451,6 +9451,18 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/inference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("isAsOperators.kt")
|
||||
public void testIsAsOperators() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/isAsOperators.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("isAsOperatorsEnabled.kt")
|
||||
public void testIsAsOperatorsEnabled() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/isAsOperatorsEnabled.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notApplicable.kt")
|
||||
public void testNotApplicable() throws Exception {
|
||||
|
||||
+12
@@ -9451,6 +9451,18 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/inference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("isAsOperators.kt")
|
||||
public void testIsAsOperators() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/isAsOperators.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("isAsOperatorsEnabled.kt")
|
||||
public void testIsAsOperatorsEnabled() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNull/isAsOperatorsEnabled.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notApplicable.kt")
|
||||
public void testNotApplicable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user