blob: 6cbfdb77cff22ad7b2bfc363b74dae41c1a329a0 [file]
package test
class A
class Test {
fun some(vararg a: <caret>A) = 12
}