aboutsummaryrefslogtreecommitdiff
path: root/test/bytecode/resource/Buux.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/bytecode/resource/Buux.java')
-rw-r--r--test/bytecode/resource/Buux.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/bytecode/resource/Buux.java b/test/bytecode/resource/Buux.java
new file mode 100644
index 00000000..33b352e2
--- /dev/null
+++ b/test/bytecode/resource/Buux.java
@@ -0,0 +1,10 @@
+public class Buux extends java.util.ArrayList {
+ public Buux() {
+ super(7);
+ addSomething();
+ }
+
+ public void addSomething() {
+ super.add("H\u3404l\0");
+ }
+} \ No newline at end of file