alex.hart
10/29/2018, 5:24 PMRuckus
10/29/2018, 6:02 PMalex.hart
10/29/2018, 6:26 PMpublic abstract class A<T> {
}
When I compile it and look at it’s declaration in the header, T
is gone, and Swift will error if I try to create an A
with a type parameterrusshwolf
10/29/2018, 6:33 PMalex.hart
10/29/2018, 6:39 PM__attribute__((objc_runtime_name("KotlinMutableSet")))
__attribute__((swift_name("KotlinMutableSet")))
@interface SharedcodeMutableSet<ObjectType> : NSMutableSet<ObjectType>
@end;
gildor
10/30/2018, 1:58 AMalex.hart
10/30/2018, 1:50 PM