Adjust testData to new labels syntax
This commit is contained in:
@@ -56,7 +56,7 @@ fun main1() {
|
||||
{1}();
|
||||
(fun (x : Int) = x)(1)
|
||||
1.(fun Int.(x : Int) = x)(1);
|
||||
@l{1}()
|
||||
l@{1}()
|
||||
1.((fun Int.() = 1))()
|
||||
1.(f())()
|
||||
1.if(true){f()}else{f()}()
|
||||
|
||||
Reference in New Issue
Block a user