FIR DFA: element-wise join at merging points of try expression

This commit is contained in:
Jinseong Jeon
2020-10-27 01:14:29 -07:00
committed by Dmitriy Novozhilov
parent bd173ebebc
commit 771c839d74
7 changed files with 108 additions and 16 deletions
@@ -101,6 +101,6 @@ fun test6(s1: String?, s2: String?) {
requireNotNull(s2)
}
s.<!INAPPLICABLE_CANDIDATE!>length<!>
s1.length
s1.<!INAPPLICABLE_CANDIDATE!>length<!>
s2.length
}