FIR2IR: Fix mapping for intersection overrides of deserialized properties
This commit is contained in:
Generated
+5
@@ -209,6 +209,11 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/internalWithOtherModuleName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionOverrideProperies.kt")
|
||||
public void testIntersectionOverrideProperies() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/intersectionOverrideProperies.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmField.kt")
|
||||
public void testJvmField() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/jvmField.kt");
|
||||
|
||||
Generated
+5
@@ -210,6 +210,11 @@ public class IrCompileKotlinAgainstKotlinTestGenerated extends AbstractIrCompile
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/internalWithOtherModuleName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionOverrideProperies.kt")
|
||||
public void testIntersectionOverrideProperies() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/intersectionOverrideProperies.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmField.kt")
|
||||
public void testJvmField() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/jvmField.kt");
|
||||
|
||||
+5
@@ -210,6 +210,11 @@ public class JvmIrAgainstOldBoxTestGenerated extends AbstractJvmIrAgainstOldBoxT
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/internalWithOtherModuleName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionOverrideProperies.kt")
|
||||
public void testIntersectionOverrideProperies() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/intersectionOverrideProperies.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmField.kt")
|
||||
public void testJvmField() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/jvmField.kt");
|
||||
|
||||
+5
@@ -210,6 +210,11 @@ public class JvmOldAgainstIrBoxTestGenerated extends AbstractJvmOldAgainstIrBoxT
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/internalWithOtherModuleName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionOverrideProperies.kt")
|
||||
public void testIntersectionOverrideProperies() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/intersectionOverrideProperies.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmField.kt")
|
||||
public void testJvmField() throws Exception {
|
||||
runTest("compiler/testData/compileKotlinAgainstKotlin/jvmField.kt");
|
||||
|
||||
Reference in New Issue
Block a user