annotation class Ann(val a: Array) val foo = "" var bar = 1 const val cnst = 2 @Ann( arrayOf( foo, foo + cnst.toString() ) ) fun test() {}