[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// AssertionError for nested ifs with lambdas and Nothing as results
|
||||
// NI_EXPECTED_FILE
|
||||
|
||||
val fn = if (true) {
|
||||
{ true }
|
||||
}
|
||||
else if (true) {
|
||||
{ true }
|
||||
}
|
||||
else {
|
||||
null!!
|
||||
}
|
||||
Reference in New Issue
Block a user