Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
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