JS backend: fix missed variable declarations for tmps in class primary/default constructor

#KT-7864 Fixed
This commit is contained in:
Zalim Bashorov
2015-05-29 17:35:05 +03:00
parent e0f819d93c
commit f1d37572c8
4 changed files with 71 additions and 21 deletions
@@ -27,4 +27,8 @@ public final class RegressionTest extends SingleFileTranslationTest {
public void testKt2470() throws Exception {
checkFooBoxIsOk();
}
public void testTmpInsidePrimaryConstructor() throws Exception {
checkFooBoxIsOk();
}
}