You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix would be to remove question marks from the S type parameter, so that it can resolve to both null and non-null types, i.e. it doesn't break the API, just makes it available, in addition, to non-null types.
The text was updated successfully, but these errors were encountered:
The code at question is at
TableView.kt
, around line ~148:It requires that the
S
type parameter is null, so the following code doesn't work:The fix would be to remove question marks from the
S
type parameter, so that it can resolve to both null and non-null types, i.e. it doesn't break the API, just makes it available, in addition, to non-null types.The text was updated successfully, but these errors were encountered: