This seems to work: ``` Foo<List<String&...
# announcements
a
This seems to work:
Copy code
Foo<List<String>> four() {
        //noinspection unchecked
        return (Foo) new KotlinStringListFoo();
    }
But is it the solution? Seems weird to me 😛