[Test] Reproduce KT-63738
This commit is contained in:
committed by
Space Team
parent
a15057b2ca
commit
c34511af37
+6
@@ -4357,6 +4357,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/publicJavaAndPrivateKotlinVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("singleIntersectionOverride.kt")
|
||||
public void testSingleIntersectionOverride() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/singleIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("specialFunctionInJava_1.kt")
|
||||
public void testSpecialFunctionInJava_1() throws Exception {
|
||||
|
||||
+6
@@ -4357,6 +4357,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/publicJavaAndPrivateKotlinVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("singleIntersectionOverride.kt")
|
||||
public void testSingleIntersectionOverride() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/singleIntersectionOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("specialFunctionInJava_1.kt")
|
||||
public void testSpecialFunctionInJava_1() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user