blob: d9c0210afde93471ea7a631a4f7e906573d362af [file] [log] [blame]
class CONST {
public static final int CONST = 2
def foo() {
print CONST
}
}