blob: 2204e3ba592b79d132fcd36cc874799282033ca6 [file] [log] [blame]
class Usage {
void foo() {
EEnum i = EEnum.FOO;
}
void bar(int i ) {
i = B;
}
}