Sign in
cue
/
cue
/
fa59c10ed84bd24f38777b33d48bca18c0bba050
/
.
/
encoding
/
openapi
/
testdata
/
refs.cue
blob: 2b11279a2de77b994096281945439d18e36cb355 [
file
] [
log
] [
blame
]
Keep
:
{
// This comment is included
excludedStruct
:
ExcludedStruct
excludedInt
:
ExcludedInt
}
// ExcludedStruct is not included in the output.
ExcludedStruct
:
{
A
:
int
}
// ExcludedInt is not included in the output.
ExcludedInt
:
int