Remove descriptors from LocalDeclarationslowering
This commit is contained in:
+5
@@ -3686,6 +3686,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/closures/closureWithParameterAndBoxing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("crossinlineLocalDeclaration.kt")
|
||||
public void testCrossinlineLocalDeclaration() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/crossinlineLocalDeclaration.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("doubleEnclosedLocalVariable.kt")
|
||||
public void testDoubleEnclosedLocalVariable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/doubleEnclosedLocalVariable.kt");
|
||||
|
||||
Reference in New Issue
Block a user