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