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