Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
deserializedAnnotationReferencesJava
/
libraryUsingAnnotation
/
MyClass.kt
blob: 0a1677ae483e165f8d375abfbd6d37e1d70514bc [
file
] [
log
] [
blame
]
class
MyClass
(
val name
:
@Nls
(
capitalization
=
Nls
.
Capitalization
.
Title
)
String
)