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