blob: 5b60ed5e06dce61e6c7edfbf4b72177c6449cc22 [file] [log] [blame]
public class Test {
public void foo(boolean b) {
boolean f = b;
}
}