coerce condition value to Type.BOOLEAN (KT-2147)
This commit is contained in:
@@ -331,4 +331,9 @@ public class ControlStructuresTest extends CodegenTestCase {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||
blackBoxFile("regressions/kt1441.kt");
|
||||
}
|
||||
|
||||
public void testKt2147() throws Exception {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||
blackBoxFile("regressions/kt2147.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user