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
Kotlin has semantic for nullable types which causes issues with using of with.is as it always returns null value and forces requirement for the param to be defined as nullable type.
Kotlin has semantic for nullable types which causes issues with using of with.is as it always returns null value and forces requirement for the param to be defined as nullable type.
Given the following method definition:
When expection is set for the parameter:
Then test fails with:
The text was updated successfully, but these errors were encountered: