blob: 593ba636a946cf91dc7ca76e279660c53945032b [file] [log] [blame]
package validSelection_out;
public class A_test370 {
protected void foo() {
// comment
extracted();
// comment
}
protected void extracted() {
/*[*/foo();
// comment
foo();/*]*/
}
}