Fix for duplicated fields in regenerated lambda

This commit is contained in:
Mikhael Bogdanov
2014-03-18 12:20:18 +04:00
parent 961cb7d349
commit 001945cd12
13 changed files with 132 additions and 110 deletions
@@ -176,6 +176,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxCodegenT
doTestMultiFile("compiler/testData/codegen/boxInline/rootConstructor");
}
@TestMetadata("sameCaptured")
public void testSameCaptured() throws Exception {
doTestMultiFile("compiler/testData/codegen/boxInline/sameCaptured");
}
@TestMetadata("severalClosures")
public void testSeveralClosures() throws Exception {
doTestMultiFile("compiler/testData/codegen/boxInline/severalClosures");