{
var parseConstantClassInfo = createConstantInfoParser("ConstantClassInfo", [
[u2be, "name_index"]
]);
var bytes = new Uint8Array([0x01, 0x03, 0x0, 4, 5, 6, 7, 8, 8, 9, 19, 11]);
var t = parseConstantClassInfo(0, bytes);
t.value;
return [t, bytes, t.value.value];
}