Then, we could call: ```fun testSam(test: SamJava...
# language-proposals
a
Then, we could call:
Copy code
fun testSam(test: SamJava, x: AccidentalSamInterface) {
    test.many("", x, x, x) { }
}