// "Create inner class 'MyRunnable'" "true-preview" public class Test { void bar(Class c) { } void foo() { bar(MyRunnable.class); } }