Refactored replace with safe/dot call fixes

This commit is contained in:
Valentin Kipyatkov
2016-05-10 19:33:41 +03:00
parent 3f82cc9b39
commit 618b1b9a2a
2 changed files with 24 additions and 41 deletions
@@ -11,7 +11,6 @@ remove.parts.from.property.family=Remove parts from property
remove.useless.nullable=Remove useless '?'
replace.operation.in.binary.expression=Replace operation in a binary expression
replace.cast.with.static.assert=Replace a cast with a static assert
replace.with.dot.call=Replace with dot call
introduce.non.null.assertion=Add non-null asserted (!!) call
remove.unnecessary.non.null.assertion=Remove unnecessary non-null assertion (!!)
change.to.backing.field=Change reference to backing field