blob: 136e503dd1ce279456df3b73d9c92e0b88e99b47 [file] [log] [blame]
class WWW {
def foo () {
int i = 42<caret>
}
}
-----
class WWW {
def foo () {
int i = 42
<caret>
}
}