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