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
}