Made the Node's inner enum explicitly public (MPS wrongly assumes it to be package local)
This commit is contained in:
parent
28387e683b
commit
868d82c1db
|
|
@ -52,7 +52,7 @@ public interface Node extends Comparable<Node> {
|
|||
|
||||
boolean is(Kind kind);
|
||||
|
||||
enum Kind {
|
||||
public enum Kind {
|
||||
FUN,
|
||||
VAR,
|
||||
REF
|
||||
|
|
|
|||
Loading…
Reference in New Issue