forked from GitHub/gf-core
Add unit test for literals (fails)
This commit is contained in:
7
testsuite/lpgf/unittests/Literals.gf
Normal file
7
testsuite/lpgf/unittests/Literals.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Literals = {
|
||||
cat S ;
|
||||
fun
|
||||
mkString : String -> S ;
|
||||
mkInt : Int -> S ;
|
||||
mkFloat : Float -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user