// PROBLEM: none class Foo(vararg children: Foo) fun test() { Foo() }