// WITH_RUNTIME class A class B fun foo(a: A, b: B) { val pair = a to b }