blob: ace70278d812386628cfbed5ba3107974e945dd0 [file] [log] [blame]
class A {
void method() {
int temp = 1 + 2;
int k = temp;
}
}