Suppress warning to avoid spontaneous addition actions

This commit is contained in:
Nikolay Krasko
2014-12-05 19:06:48 +03:00
parent 5684ab69f5
commit e2bf8b2eee
@@ -10,6 +10,7 @@ package h
trait H
[suppress("UNUSED_VARIABLE")]
fun f(h: H?) {
var h1 = h
h1<caret>++