blob: f75f61fc97e39fdaac1d5cdf61f365be3e4e159f [file] [log] [blame]
// "Create Class 'Foo'" "true"
public class Test {
void foo() {
new Test(Foo.FIELD);
}
}
public class Foo {
}