forked from GitHub/gf-core
10 lines
48 B
Plaintext
10 lines
48 B
Plaintext
|
|
abstract TestVarsA = {
|
|
|
|
cat S;
|
|
|
|
fun a : S;
|
|
|
|
}
|
|
|