blob: 00b852d657af9f10a7f553758020de539bfd2a55 [file] [log] [blame]
// "Replace with <>" "false"
class Test<T> {
Test<String> s = new Test<St<caret>ring>(){
}; // anonymous inner class
}