Files
2022-08-12 09:31:04 +00:00

9 lines
126 B
Java

// "Create class 'Foo'" "true-preview"
public class Test {
void foo() {
new Test(Foo.FIELD);
}
}
public class Foo {
}