blob: dd1e67b8c8270c9185e8613bffe1f59efcbe1901 [file] [log] [blame]
public class CorrectLocalVariable1 {
void foo(){
int bar0;
bar = 5;
}
}