Changes on code review

This commit is contained in:
Valentin Kipyatkov
2015-07-20 19:20:23 +03:00
parent 2ab8f9de8b
commit 4ec26de2a8
3 changed files with 9 additions and 10 deletions
@@ -9,7 +9,7 @@ fun foo(k: KotlinClass) {
if (<!SENSELESS_COMPARISON!>k.something == null<!>) return
k.setSomething("")
<!VAL_REASSIGNMENT!>k.something<!> = ""
k.something = ""
}
fun useString(<!UNUSED_PARAMETER!>i<!>: String) {}