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