blob: abc70901551a0b99cfe3c45a16483411342bb02d [file] [log] [blame]
// "Create Inner Class 'Foo'" "true"
public interface Test {
void foo(Fo<caret>o f){}
class Foo {
}
}