blob: d94810368ea6a85f5465f07e02be87b8c887e1fa [file] [log] [blame]
class X {
final f
def foo() {
if (true) {
f = "5"
ptint f<caret>
}
}
}