// ISSUE: KT-43936 // WITH_STDLIB import FooOperation.* interface Operation class FooOperation(val foo: String) : Operation { @Suppress("test") class Boom(val bar: String) }