blob: ddaaafc6724573a969a5f9db90d2913311e55f74 [file] [log] [blame]
class Foo {
static def CONST = 5
def print() {
print CONST
}
}