FIR DFA: element-wise join at merging points of try expression
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
bd173ebebc
commit
771c839d74
Vendored
+1
-1
@@ -103,6 +103,6 @@ fun test6(s1: String?, s2: String?) {
|
||||
requireNotNull(s2)
|
||||
}
|
||||
s.<!INAPPLICABLE_CANDIDATE!>length<!>
|
||||
s1.length
|
||||
s1.<!INAPPLICABLE_CANDIDATE!>length<!>
|
||||
s2.length
|
||||
}
|
||||
Reference in New Issue
Block a user