KT-2457 Verify error when comparing not null value with null in when
backend-side changes
This commit is contained in:
@@ -162,4 +162,12 @@ public class PatternMatchingTest extends CodegenTestCase {
|
||||
public void testKt2466() throws Exception {
|
||||
blackBoxFile("patternMatching/kt2466.kt");
|
||||
}
|
||||
|
||||
public void testMatchNotNullAgainstNullable() throws Exception {
|
||||
blackBoxFile("patternMatching/matchNotNullAgainstNullable.kt");
|
||||
}
|
||||
|
||||
public void testKt2457() throws Exception {
|
||||
blackBoxFile("regressions/kt2457.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user