- Move introduce and remove !! call to one class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Replace with non-null asserted (!!.) call" "true"
|
||||
// "Add non-null asserted (!!) call" "true"
|
||||
fun foo(a: Int?) {
|
||||
a<caret>.plus(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user