Add regression test for PROTECTED_CONSTRUCTOR_NOT_IN_SUPER_CALL diagnostic
#KT-20507
This commit is contained in:
@@ -8088,6 +8088,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/Projections.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("protectedSuperCall.kt")
|
||||
public void testProtectedSuperCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/protectedSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PseudoRawTypes.kt")
|
||||
public void testPseudoRawTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/PseudoRawTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user