Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8319741734dcd35357af7945c8f86e7dfe39e002
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
SimplePublicField.kt
blob: 278a23bd3861139c24f5fe60e3403fa84e788ae7 [
file
]
// C
// WITH_STDLIB
// LIBRARY_PLATFORMS: JVM
class
C
{
@[
kotlin
.
jvm
.
JvmField
]
public
val foo
:
String
=
{
"A"
}()
}