JVM_IR: generate shorter names for classes in delegate initializers

#KT-41493 Fixed
This commit is contained in:
pyos
2020-10-19 14:30:35 +02:00
committed by Alexander Udalov
parent b786cf7559
commit 5c55f67923
4 changed files with 26 additions and 10 deletions
@@ -109,6 +109,11 @@ public class CheckLocalVariablesTableTestGenerated extends AbstractCheckLocalVar
runTest("compiler/testData/checkLocalVariablesTable/localFun.kt");
}
@TestMetadata("objectInLocalPropertyDelegate.kt")
public void testObjectInLocalPropertyDelegate() throws Exception {
runTest("compiler/testData/checkLocalVariablesTable/objectInLocalPropertyDelegate.kt");
}
@TestMetadata("receiverParameter.kt")
public void testReceiverParameter() throws Exception {
runTest("compiler/testData/checkLocalVariablesTable/receiverParameter.kt");