blob: 2c97db627f1abd2fd66d984c8a8b37394686d3cf [file] [log] [blame]
class Currency {
static Currency newInstance() {}
}
class X {
def getCurrency() {
return Curre<ref>ncy.newInstance();
}
}