JVM_IR KT-45934 don't generate declaration stubs for delegates

This commit is contained in:
Dmitry Petrov
2021-04-15 14:52:43 +03:00
committed by TeamCityServer
parent cc415f62b5
commit e89ab71bf8
10 changed files with 136 additions and 1 deletions
@@ -180,6 +180,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
runTest("compiler/testData/codegen/bytecodeListing/kt45853a.kt");
}
@TestMetadata("kt45934.kt")
public void testKt45934() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/kt45934.kt");
}
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/localFunction.kt");