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