blob: f0faacff67eee2dd983b1f728df3e8899a45d348 [file] [log] [blame]
package p;
public class VarArgsCtor_in {
public void foo() {
Cell c= new Cell("", "");
}
}
class Cell {
public /*[*/Cell/*]*/(String ... args) { }
}