blob: c06da6a8772564fa1f0b111c302eafc1faf95e5e [file] [log] [blame]
import foo.A
class X {
void abc(A a) {}
void cde() {
abc(A.Const)
}
}