package test annotation class Anno(val int: Int, val string: String, val double: Double) Anno(42, "OK", 3.14) class Class