[NI] Update test data

This commit is contained in:
Mikhail Zarechenskiy
2018-11-22 18:36:05 +03:00
parent 68c1e70b74
commit 30aee3bfb6
5 changed files with 10 additions and 11 deletions
@@ -59,7 +59,7 @@ fun main1() {
{1}();
(fun (x : Int) = x)(1)
1.(fun Int.(x : Int) = x)(1);
<!OI;REDUNDANT_LABEL_WARNING!>l@<!>{1}()
<!REDUNDANT_LABEL_WARNING!>l@<!>{1}()
1.((fun Int.() = 1))()
1.(f())()
1.if(true){f()}else{f()}()