FIR: Support overrides of generic-typed members with raw-typed ones
^KT-49070 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
a0a57581ec
commit
4ad5f01324
+6
@@ -17215,6 +17215,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawOverride.kt")
|
||||
public void testRawOverride() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursionWithJavaSyntheticProperty.kt")
|
||||
public void testRecursionWithJavaSyntheticProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user