summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/AddOnDemandStaticImportAction/before.java.template
blob: 63e4dac206645c05255c656eb15d836b9910241d (plain)
1
2
3
4
5
class Computer {
    void f() {
        double pi = <spot>Math</spot>.PI;
    }
}