blob: e58362db0be433c54fa63c398719f38d78b0deba [file] [log] [blame]
interface MyInterface {
protected CONST = 45 + 6
def foo(String s);
}
def a = MyInterface.CONST<caret>;