blob: 940623ceb160ed4d149468f7256936a4fab0a0fc [file] [log] [blame]
class A {
def foo() {
print Other.CONST<caret>
}
}
class Other {
protected static final CONST = "abc"
}