mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
field visibility
This commit is contained in:
parent
27ebaee1dd
commit
6da5f7391b
@ -62,8 +62,8 @@ import com.sun.tools.javac.tree.JCTree.JCStatement;
|
||||
*/
|
||||
public class OverloadScanner extends AbstractTreeScanner {
|
||||
|
||||
Types types;
|
||||
int pass = 1;
|
||||
private Types types;
|
||||
private int pass = 1;
|
||||
|
||||
/**
|
||||
* Gathers methods overloading each other.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user