actual sealed class E { actual object A : E() actual object B : E() actual object C : E() }