expect class Foo { fun f(s: String) fun f(a: Any) } expect fun g(s: String) expect fun g(a: Any)