blob: e4504d8a5828edcb1f7ea7a69d75e0777f05ae46 [file] [log] [blame]
def foo() {
'''<caret>
class Foo {
void foo() {}
}
'''
}
-----
def foo() {
'''
<caret>
class Foo {
void foo() {}
}
'''
}