Join Slack
Communities
Powered by
Also it's not just another typecheck on Java-Kotli...
# language-proposals
i
ilya.gorbunov
02/01/2017, 9:53 PM
Also it's not just another typecheck on Java-Kotlin boundary, it's a full-blown incompatibility. Consider for example
List<String[]>
coming from Java, how could it become a subtype of
List<Iterable<String>>
in Kotlin?
Open in Slack
Previous
Next