blob: 63e4dac206645c05255c656eb15d836b9910241d [file] [log] [blame]
class Computer {
void f() {
double pi = <spot>Math</spot>.PI;
}
}