blob: 8f61bacb7036140aaa78fd9a3ff4751d57156def [file]
package test
class A
class Test {
fun some(vararg a: <caret>A) = 12
}
// REF: (test).A