KT-2466 "When" on boolean produces VerifyError

#KT-2466 Fixed
This commit is contained in:
Alexander Udalov
2012-07-19 21:12:58 +04:00
parent 98efc0276a
commit db008d5d38
3 changed files with 14 additions and 1 deletions
@@ -158,4 +158,8 @@ public class PatternMatchingTest extends CodegenTestCase {
public void testNullableWhen() throws Exception { // KT-2148
blackBoxFile("patternMatching/nullableWhen.kt");
}
public void testKt2466() throws Exception {
blackBoxFile("patternMatching/kt2466.kt");
}
}