JS backend: fix missed variable declarations for tmps in class primary/default constructor
#KT-7864 Fixed
This commit is contained in:
@@ -27,4 +27,8 @@ public final class RegressionTest extends SingleFileTranslationTest {
|
||||
public void testKt2470() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testTmpInsidePrimaryConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user