Landry Norris
12/05/2022, 3:14 PM__attribute__((objc_subclassing_restricted))
__attribute__((swift_name("FooKt")))
@interface FooKt : FooBase
+ (void) bar:(Baz) receiver
@end
but I don’t see this generated. I do see it if I make my extension function in an object, though.Landry Norris
12/05/2022, 3:15 PMfun Baz.bar()
leandro
12/05/2022, 10:28 PMLandry Norris
12/05/2022, 10:36 PMLandry Norris
12/05/2022, 10:37 PM