Like when you add `fun foo (b: B)` to `A`, it IS e...
# language-proposals
m
Like when you add
fun foo (b: B)
to
A
, it IS error and error tooltip also mentions
fun foo(x: Any)
from
B
.