blob: ef3a769dc9178f8be7f30e7c48ba538f89171dc7 [file] [log] [blame]
class Package {
def getInt() {
0
}
}
print new Package().<caret>int