blob: 02032b3ebfebb2a75ffb9494b6c8226b1e2ea73c [file] [log] [blame]
class X {
public static final int CONST = 6
def foo() {
print CONST
print CONST
print "abc"
print 5
}
}