blob: 4812b32f7bc6ac2a79e28e9990ae4e4a2abda4e9 [file] [log] [blame]
import static java.lang.Math.*;
class Computer {
void f() {
double pi = PI;
}
}