blob: 8274ef0bd0bebd83cc8fde9f6684f7481093f85f [file] [log] [blame]
package validSelection_out;
public class A_test372 {
protected void foo() {
// comment
extracted();
}
protected void extracted() {
/*[*/foo();
// comment
foo();
// comment
/*]*/
}
}