In Java, all reference types are "platform types" — their nullability is unknown (could be null or non-null). Kotlin represents these as flexible types T..T?. The behavior should match how the Kotlin compiler treats Java types: as potentially nullable
Support @Nullable, @NotNull annotations?
In Java, all reference types are "platform types" — their nullability is unknown (could be null or non-null). Kotlin represents these as flexible types T..T?. The behavior should match how the Kotlin compiler treats Java types: as potentially nullable
Support
@Nullable,@NotNullannotations?