[FIR] Fix incorrect context usages with withSuppressedDiagnostics call
This commit is contained in:
committed by
teamcity
parent
ccb74b6477
commit
b47cc86c57
+6
@@ -30312,6 +30312,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
public void testOnTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onTypeParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suppressOnDeclarationItself.kt")
|
||||
public void testSuppressOnDeclarationItself() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/suppressOnDeclarationItself.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user