Add regression test for PROTECTED_CONSTRUCTOR_NOT_IN_SUPER_CALL diagnostic

#KT-20507
This commit is contained in:
Dmitriy Novozhilov
2019-03-21 16:09:46 +03:00
parent 42aa708f16
commit 58189c79ca
5 changed files with 66 additions and 0 deletions
@@ -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");