blob: 7c49bb5c095646c6d9e63eb46bc2dfb9cf39dd7e [file] [log] [blame]
// "Create Inner Class 'Foo'" "true"
public class Test {
<R> void foo(Fo<caret>o<R, String> f){}
private class Foo<R, T> {
}
}