Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
InvalidJavaIdentifierAsAnnotationArgument.kt
blob: 007a4233660cb4c3e236b46433103462419a9c53 [
file
]
// Big
enum
class
Size
{
`2x2`
,
`3x3`
}
annotation
class
Sized
(
val value
:
Size
)
@Sized
(
Size
.
`3x3`
)
class
Big
// IGNORE_LIBRARY_EXCEPTIONS: KT-57328