IR: remove field fake overrides
This commit is contained in:
@@ -199,6 +199,16 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaExtensionPropertyIntrinsic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaFields.kt")
|
||||
public void testJavaFields() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaFields.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaFieldsWithIntersectionTypes.kt")
|
||||
public void testJavaFieldsWithIntersectionTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaFieldsWithIntersectionTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaStatics.kt")
|
||||
public void testJavaStatics() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaStatics.kt");
|
||||
|
||||
+10
@@ -199,6 +199,16 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaExtensionPropertyIntrinsic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaFields.kt")
|
||||
public void testJavaFields() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaFields.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaFieldsWithIntersectionTypes.kt")
|
||||
public void testJavaFieldsWithIntersectionTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaFieldsWithIntersectionTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaStatics.kt")
|
||||
public void testJavaStatics() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/javaStatics.kt");
|
||||
|
||||
@@ -1011,6 +1011,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/javaSyntheticPropertyAccess.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmFieldReferenceWithIntersectionTypes.kt")
|
||||
public void testJvmFieldReferenceWithIntersectionTypes() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/jvmFieldReferenceWithIntersectionTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmInstanceFieldReference.kt")
|
||||
public void testJvmInstanceFieldReference() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/jvmInstanceFieldReference.kt");
|
||||
|
||||
Reference in New Issue
Block a user