KT-7443 Inspection + intention to replace assert (x != null) with "!!" or elvis
#KT-7443 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
val v = something()
|
||||
<spot>assert(v != null)</spot>
|
||||
Reference in New Issue
Block a user