Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 768083c

Browse files
committed
remove fixme comment, behavior is unchanged from source
1 parent 654c423 commit 768083c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Layout.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,6 @@ export class Union extends Layout<LayoutObject> {
16481648
}
16491649
dest = this.makeDestinationObject();
16501650
dest[dlo.property] = discr;
1651-
// @FIXME: defaultLayout and defaultLayout.property aren't guaranteed
16521651
dest[defaultLayout!.property!] = defaultLayout!.decode(b, offset + contentOffset);
16531652
} else {
16541653
dest = clo.decode(b, offset);

0 commit comments

Comments
 (0)