blob: f0f12ebbedf60eb022d9ed259f2d4eb802d07471 [file] [log] [blame]
class Main {
public <T> T getAttribute() {return null;}
public <T> T getAttribute(T def) {return null;}
{
if (getAttribute()) {}
while (getAttribute()) {}
do {} while (getAttribute());
for(int i = 0; getAttribute(); i++);
}
}