blob: 1edd8138d34dea8c2cce432332fde8fc741024ca [file] [log] [blame]
class Usage {
void foo() {
int i = Test.FOO;
}
void bar(int i ) {
i = B;
}
}