mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
added test cases for cyrcular definitions
This commit is contained in:
7
testsuite/compiler/check/cyclic/params/TestParams.gf
Normal file
7
testsuite/compiler/check/cyclic/params/TestParams.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource TestParams = {
|
||||
|
||||
param
|
||||
A = A1 B ;
|
||||
B = B1 A ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user