bod
12/20/2019, 3:07 PMPage<T>
a class instead of an interface, and it still doesn't work. Ideas?kpgalligan
12/20/2019, 4:20 PMPage
to support generics if it’s a class. What does the generated header look like?bod
12/20/2019, 4:52 PMPage<T: Any>
instead of Page<T>
it started to work as expected. I thought this would fix nullability but it also fixed the generics.bod
12/20/2019, 4:53 PMkpgalligan
12/20/2019, 4:54 PMbod
12/20/2019, 4:57 PMkpgalligan
12/20/2019, 4:58 PMkpgalligan
12/20/2019, 5:00 PM