blob: 6768e53da7edb645ac895c4cb0ecba41dd5162bf [file] [edit]
package tests
type Struct1 struct {
}
//easyjson:json
type Struct2 struct {
From *Struct1 `json:"from,omitempty"`
Through *Struct1 `json:"through,omitempty"`
}