summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/example.java')
-rw-r--r--tests/examplefiles/example.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/examplefiles/example.java b/tests/examplefiles/example.java
new file mode 100644
index 00000000..4dda8508
--- /dev/null
+++ b/tests/examplefiles/example.java
@@ -0,0 +1,13 @@
+class _PostUnicodeClassá
+{
+
+ void PostUnicodeFunctioná() {}
+}
+
+class áPreUnicodeClass
+{
+
+ public int $foo;
+ public int á$foo;
+ _PostUnicodeClassá áPreUnicodeFunction() { return null; }
+}