blob: 21a3f7c1cf41ed2153e0a7e6889acb91815e09c9 [file] [log] [blame]
enum Test {
Root();
public Test(String description, int position) {
System.out.println(description);
System.out.println(<selection>position + ""</selection>);
}
}