package test class A class Test { fun some(vararg a: A) = 12 }