blob: ae703b51dcb1a06dacdb7011d3ac26408ffeaeb5 [file]
package foo
fun useAChild(a: AChild) {
a.f(null)
}