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