blob: 79effe05a436899ae13226e989de520b2af2d656 [file] [log] [blame]
class Test {
public String bla() {
return String.<caret>format("foo.bar.%s", "")
}
}