blob: e5f06e0fea48453b7f95d7012193a7fa6c05ee10 [file] [log] [blame]
def foo() {
List<String> list=['a', 'b']
list[0].substring(<caret>)
}