Files
dolt/nomdl/codegen/test/struct.noms
2015-12-02 12:30:00 -05:00

7 lines
60 B
Plaintext

struct Struct {
s: String
b: Bool
}
using List<Struct>