[NI] Fix expicit super receiver check
^KT-37497 Fixed
This commit is contained in:
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user