Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
)