Surround with null check : apply for ITERATOR_ON_NULLABLE

This commit is contained in:
Mikhail Glukhikh
2016-06-13 14:52:14 +03:00
parent 7f771075fb
commit 954952ae71
6 changed files with 35 additions and 0 deletions
@@ -1,5 +1,6 @@
// "Add non-null asserted (!!) call" "false"
// ACTION: Replace with a 'forEach' function call
// ACTION: Surround with null check
// ERROR: Not nullable value required to call an 'iterator()' method on for-loop range
class Some {