I wonder if isNotNull() should also be available o...
# strikt
c
I wonder if isNotNull() should also be available on non nullable receivers. sometimes I change field types from nullable to non nullable, and then all the isNotNull() calls become red, and it feels strange.