annotation class Ann(val x: Long, val s: String) fun test() { @Ann(s = "hello", x = 1) String::class }