blob: 0e7babfb4ffe8da71cf5a900b0c9de4c6a87d835 [file] [log] [blame]
def foo() {
<selection>println hello
println hello</selection>
}
-----
def foo() {
try {
<caret>println hello
println hello
} finally {
}
}