class A external fun A.foo(): Unit = noImpl external var A.bar: String get() = noImpl set(value) = noImpl external val A.baz: String get() = noImpl