// "Create missing switch branch 'Test.Cl1'" "true-preview" class Test { interface II1{} sealed interface II2{} non-sealed class Cl1 implements II2{} public void test(T c) { switch (c) { case Cl1 cl1 -> { } } } }