summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/AddOnDemandStaticImportAction/after.java.template
blob: 4812b32f7bc6ac2a79e28e9990ae4e4a2abda4e9 (plain)
1
2
3
4
5
6
7
import static java.lang.Math.*;

class Computer {
    void f() {
        double pi = PI;
    }
}