Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
annotations
/
ConstValInMultifileClass.kt
blob: ab2913b0a3dec35906e0a94821462ac7674b1c29 [
file
]
@file
:
JvmMultifileClass
@file
:
JvmName
(
"Test"
)
package
test
annotation
class
Anno
(
val value
:
String
)
@Anno
(
constant
)
const
val constant
=
"OK"