Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
serialization
/
klib
/
delegationToInterfaceWithDeprecation_dep.txt
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
}