// "Split into declaration and assignment" "true-preview" class Foo { void some() { Foo f = new Foo(){ void foo(T t, V v) {} } } }