Skip to content

Commit

Permalink
re-add anonymousclass
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiNguyenCS committed Nov 16, 2023
1 parent 3801117 commit 95968ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

public class SomeClass {

public SomeClass() {
public int getLocalVar() {
throw new Error();
}

public int getLocalVar() {
public SomeClass() {
throw new Error();
}
}

0 comments on commit 95968ff

Please sign in to comment.