Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
invalidTargetCrashesCompiler.fir.kt
blob: 9363350903c372b39bd0f5310acf0bcf00358cd7 [
file
]
// ISSUE: KT-59110
<!
WRONG_ANNOTATION_TARGET
!>
@Target
(<!
ARGUMENT_TYPE_MISMATCH
!>{}<!>)<!>
interface
SomeInterface
{
}