KT-2466 "When" on boolean produces VerifyError
#KT-2466 Fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user