Store class name index during P-code parse.

This commit is contained in:
Guillaume Charifi-Hoareau
2024-08-05 11:17:25 +02:00
committed by Jindra Petřík
parent d52e1e313d
commit 6db690e25a
@@ -286,6 +286,7 @@ public class ASM3Parser {
}
tc.slot_id = slotid;
tc.name_index = name_index;
return true;
}