blob: d1329e5abbe94cef9b2954d861338ab3990d63a6 [file] [log] [blame]
// "Create Method 'test'" "true"
public class Test {
public Test() {
test();
}
private void test() {
}
}