JVM IR: Don't create $annotations stubs for fake overridden properties
This commit is contained in:
committed by
Alexander Udalov
parent
3eed0609b2
commit
2b6a0d6c58
@@ -119,6 +119,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/flagsInMultiFileInherit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inheritedPropertyAnnotations.kt")
|
||||
public void testInheritedPropertyAnnotations() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inheritedPropertyAnnotations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineFromOtherModule.kt")
|
||||
public void testInlineFromOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineFromOtherModule.kt");
|
||||
|
||||
Reference in New Issue
Block a user