blob: 90f20ad5f46e4862b1809cef2be469c178363fdb [file] [log] [blame]
def foo() {
map=[1:'a', 3:'b', 2:'c']
map[2].substring(<caret>)
}