mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

Attributes have state to track whether they're in a record and should apply to a record field, but this state wasn't being set for TypeDecls that are part of a redef'd record. Closes #460
10 lines
148 B
Text
10 lines
148 B
Text
[a=21, b=<uninitialized>, myset={
|
|
|
|
}, c=42, d=<uninitialized>, anotherset={
|
|
|
|
}]
|
|
[a=21, b=<uninitialized>, myset={
|
|
|
|
}, c=42, d=XXX, anotherset={
|
|
|
|
}]
|