Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0114e07472e7613fb80622821692cfa9e6922f31
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolve
/
annotationOnGetClassCall.kt
blob: 5b177a4b261f12900174c5087ab508f07e405ba4 [
file
] [
log
] [
blame
]
// RUN_PIPELINE_TILL: FRONTEND
annotation
class
Ann
(
val x
:
Long
,
val s
:
String
)
fun test
()
{
<!
WRONG_ANNOTATION_TARGET
!>
@Ann
(
s
=
"hello"
,
x
=
1
)<!>
String
::
class
}