blob: eb4f2a66695e4c7b470757a1fa98a284c2e3d1ea [file] [log] [blame]
class A {
def methoda(def map, def notAmap){
map.aby
map.abx
notAmap.aby
notAmap.abx
}
}
new A().methoda([ab<caret>], aaa: 1)