blob: 8a30c1221cf21c6693a76e05bdb3c0caf35e06bd [file] [log] [blame]
// "Create Method 'test'" "true"
public class Test {
public Test() {
byte[] bytes = new byte[0];
test(bytes);
}
private void test(byte[] bytes) {
<selection></selection>
}
}