blob: eb4a2cf0e6e5efc17620d1066a4b420bfcd46387 [file] [log] [blame]
// "Replace with <>" "false"
public class Test {
F<F<String>> f = new FF<Str<caret>ing>();
}
class FF<X> extends F<X>{}
class F<T> {}