blob: c8ef1b10d6d1cfce016cde068b7b53bff30886c4 [file] [log] [blame]
method foo() {
i = 3;
k = i;
i = k*4;
}
method bar() {
j = i*2;
}