// "Create inner class 'Param'" "true-preview" import java.util.*; public interface I { void foo(Param p); }