Store class name index during P-code parse.

This commit is contained in:
Guillaume Charifi-Hoareau
2024-06-04 23:34:37 +02:00
committed by Jindra Petřík
parent d52e1e313d
commit 6db690e25a

View File

@@ -286,6 +286,7 @@ public class ASM3Parser {
}
tc.slot_id = slotid;
tc.name_index = name_index;
return true;
}