1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/check/lins/linsCnc.gf

11 lines
236 B
Plaintext

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"} ;
}