Skip to content

Commit

Permalink
Fix anon mappings, idk why this was working before.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 21, 2025
1 parent da02e12 commit d611960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/test.jam
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ CL anon/Test anon/Anon
CL anon/Test$1 anon/Anon$3
CL anon/Test$2 anon/Anon$1
CL anon/Test$3 anon/Anon$2
FD anon/Test$2 field I abc
FD anon/Test$1 field I abc
MD anon/Test$1 name (II)V remapped
MD anon/Test$2 name (DD)V remapped
MD anon/Test$3 name (ZZ)V remapped
MD anon/Test$2 name (ZZ)V remapped
MD anon/Test$3 name (DD)V remapped

# Test 6. Import tests
CL com/example/pkg/Constants net/example/pkg/Util
Expand Down

0 comments on commit d611960

Please # to comment.