blob: cb0e6425f1677e546e97f90ad4fcda7b6ee30742 [file] [log] [blame]
class Util {
static doSomething(){}
}
def doSomething(){}
Util.doSomething()
doSomething()