// "Create function 'component3'" "true" class Foo { fun component1(): Int { return 0 } fun component2(): Int { return 0 } } fun foo() { val (a, b, c: String) = Foo() }