we can only call `call` directly via the `MyInterf...
# announcements
n
we can only call
call
directly via the
MyInterface
, which uses
a
Copy code
fun go() {
    test(a = "Hello").call(a = " World")
}