// "Create inner class 'Foo'" "true-preview" public class Test { void foo(Class n){} void bar() { foo(Foo); } private class Foo { } }