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