summaryrefslogtreecommitdiff
path: root/test/asset/parser/type-annotation.et
blob: 5fbf323817cbb9ee2d626679627cb2aeae40200b (plain)
1
2
3
4
5
6
def fun (a) and b:
    let c = [ a : String, "x" ]
    let d = [ b : String, "y" : String ]

test Test:
    let x = "" : String