diff options
Diffstat (limited to 'tests/examplefiles/example.java')
-rw-r--r-- | tests/examplefiles/example.java | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/examplefiles/example.java b/tests/examplefiles/example.java index 34b87fbb..f2e94322 100644 --- a/tests/examplefiles/example.java +++ b/tests/examplefiles/example.java @@ -1,12 +1,16 @@ -class _PostUnicodeClassá -{void foo() {} +class _PostUnico$deClassá +{void fo$o() {} - void PostUnicodeFunctioná() {} + void PostUnicodeFunctioná() { + láb$el: + break láb$el; + + } } -class áPreUnicodeClass +class áPreUnicode$Class { public int $foo; public int á$foo; - _PostUnicodeClassá áPreUnicodeFunction() { return null; } + _PostUnico$deClassá áPreUnicodeFunction() { return null; } } |