blob: 72c05f4a4e893e53d438ef545118a2d275c543dd [file] [log] [blame]
// "Implement Methods" "false"
class c {
void foo() {
new I<String>(new String(<caret>
}
}
interface I<T> {
foo(T t);
}