blob: ef551788929a5cf7a22161d0aa5ff0915def5891 [file] [log] [blame]
package test0353;
import java.io.InputStream;
public class Test {
void foo() {
InputStream i = null;
while (true);
}
}