blob: 799d3846efb5dd6f6d852996412a3b57574ccaeb [file]
package test
public final class Other : test.Some {
public constructor Other(/*0*/ s: test.Some)
public final val s: test.Some
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "somemessage", replaceWith = kotlin.ReplaceWith(expression = "somereplacement", imports = {})) public open /*delegation*/ fun foo(): kotlin.Unit
}