Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
serialization
/
klib
/
complexDeprecation.kt
blob: 0880c76ce778f15f5ec3ef2d9b9954e1021e92e8 [
file
]
package
test
const
val MSG
=
"Hello"
+
" World"
@Deprecated
(
MSG
)
fun foo
()
{}