Sign in
cue
/
cue
/
0240d4e39afbc1a12b83696749d80f150f12e5b6
/
.
/
encoding
/
openapi
/
testdata
/
refs.cue
blob: d69e1747f9f629bc3675e9103c907ba016826bcc [
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