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