mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
698c21bc67
Fixes #678
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
struct Struct {
|
|
s: String
|
|
b: Bool
|
|
}
|
|
|
|
using List<Struct>
|