mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 19:49:43 -05:00
56cd548328
Sets, Lists, Refs and Maps of imported types work now. This PR also factors some of codegen.go into a separate package, to slim down that file a bit. Towards issue #294
13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
alias dep = import "sha1-f9397427926127f67d8f3edb21c92bf642262e9b"
|
|
|
|
enum E {
|
|
E1
|
|
Ignored
|
|
}
|
|
|
|
struct ImportUser {
|
|
importedStruct :dep.D
|
|
enum :E
|
|
}
|
|
|
|
using List(dep.D) |