Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
invalidTargetCrashesCompiler.kt
blob: 5550b389d0594f214c06f7fbac265acf9552659d [
file
]
// ISSUE: KT-59110
<!
WRONG_ANNOTATION_TARGET
!>
@Target
(<!
ANNOTATION_ARGUMENT_MUST_BE_CONST
,
TYPE_MISMATCH
!>{}<!>)<!>
interface
SomeInterface
{
}