annotation class Small(val i: Int, val s: String) @Small(1, "2") fun test1() { }