Fix .put() for some stack values
#KT-3087 Fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user