blob: a298e56f4b5bb513d53fa72979853572c8bd8d92 [file] [log] [blame]
def varName = method('hoge')
def method(String str) {
str.length()
}