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