blob: 57a1130dc93248f08a0e68e4a0928e3c38c8328a [file] [log] [blame]
class Test {
public static <T> T foo() { return null; }
{
String s = true ? Test.<String>foo() : "";
}
}