blob: a2577bbaa479c6852ae97581cfd99a740660d11e [file] [log] [blame]
// "Replace with <>" "true"
public class Test {
F<String> f = new F<>();
}
class F<T> {}