Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
WrongAnnotationArgsOnObject.kt
blob: 2fae7b45b79fb13b07640d001826a867f1d45b96 [
file
] [
log
] [
blame
]
package
test
@BadAnnotation
(<!
CONSTANT_EXPECTED_TYPE_MISMATCH
!>
1
<!>)
object
SomeObject
val some
=
SomeObject
annotation
class
BadAnnotation
(
val s
:
String
)