mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
added test cases for cyrcular definitions
This commit is contained in:
10
testsuite/compiler/check/cyclic/opers/TestOpers.gf
Normal file
10
testsuite/compiler/check/cyclic/opers/TestOpers.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
resource TestOpers = {
|
||||
|
||||
flags
|
||||
optimize=noexpand;
|
||||
|
||||
oper
|
||||
A : Str = B ;
|
||||
B : Str = A ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user