blob: e7246bcc2f7c536c6ed91623f908b8909cce2ffe [file]
package test
public interface Some {
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "somemessage", replaceWith = kotlin.ReplaceWith(expression = "somereplacement", imports = {})) public abstract fun foo(): kotlin.Unit
}