blob: b3785e24de3fe602770b26670cbd0346096c173f [file] [log] [blame]
class Util {
static doSomething(){}
static doSomething(def a){}
static doSomethingElse(def a){}
}
Util.doSome<caret>thing()
Util.doSomething(2)
Util.doSomethingElse(2)