Files
gf-core/testsuite/compiler/compute/record.gfs
krangelov eba37f5b09 fix typo
2021-09-24 15:49:41 +02:00

6 lines
135 B
Plaintext

i -retain testsuite/compiler/compute/record.gf
cc hello
cc {x="x"; y="y"}.x
cc {x="x"; y="y"}.y
cc <\r -> r.x : {x:Str; y:Str} -> Str>