Unmodularize slightly

This commit is contained in:
ktkk 2026-06-24 15:37:11 +00:00
parent eacf0381c9
commit 5f23482b1b
11 changed files with 170 additions and 217 deletions

View file

@ -219,13 +219,13 @@ pub const Predefined = union(enum) {
.object = .{
.cpool_index = try input.takeInt(u16, .big),
},
},
},
.uninitialized => .{
.uninitialized = .{
.cpool_index = try input.takeInt(u16, .big),
},
},
};
},
};
}
};
};