Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
96205cabfdb14a5aa5b1f0127871cee9c09aaef9
/
.
/
compiler
/
testData
/
serialization
/
klib
/
complexDeprecation.txt
blob: c7dd9e9d8e3edcf8cf75a30d87c296bddce1b21a [
file
]
package test
public const val MSG: kotlin.String = "Hello World"
@kotlin.Deprecated(message = "Hello World") public fun foo(): kotlin.Unit