blob: 290cb9c150d89512e5a43b94f6de94c07dc3dae9 [file] [log] [blame]
class X {
def foo() {
if (true) {
String i = "5"
ptint <selection>i</selection>
}
}
}