Fix .put() for some stack values

#KT-3087 Fixed
This commit is contained in:
Alexander Udalov
2012-11-26 15:37:29 +04:00
parent bc7f2fd09b
commit 8e740a3ee4
3 changed files with 33 additions and 23 deletions
@@ -474,4 +474,9 @@ public class ControlStructuresTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("controlStructures/finallyOnEmptyReturn.kt");
}
public void testKt3087() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt3087.kt");
}
}