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