Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
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
}