[NI] Fix expicit super receiver check

^KT-37497 Fixed
This commit is contained in:
Pavel Kirpichenkov
2020-04-17 12:28:42 +03:00
parent af147017b4
commit b91cf13259
9 changed files with 46 additions and 5 deletions
@@ -2418,6 +2418,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
public void testKt9820_javaFunctionTypeInheritor() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt9820_javaFunctionTypeInheritor.kt");
}
@TestMetadata("kt-37497.kt")
public void testKt_37497() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/regression/kt-37497.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/reified")