summaryrefslogtreecommitdiff
path: root/testsuite/compiler/check/lins/linsCnc.gf
blob: 3d430f5a0c3fabca6e9c9bcc60373270c1c45703 (plain)
1
2
3
4
5
6
7
8
9
10
11
concrete linsCnc of lins = {

lincat Nat =  {} ;

-- we expect warnings because the lines bellow are commented out
-- we don't expect warning for zero because Nat = {}

-- lincat C = {s : Str} ;
-- lin test = {s = "test"} ;

}