blob: fa7417f9bbc4b13751d1bdccea984b947be248e0 [file] [log] [blame]
public class Foo {
static Foo
f1 = new Foo(){
public String toString() {
return <selection>"a" + "b"</selection>;
}
},
f2 = new Foo(){};
}