Suppress warning to avoid spontaneous addition actions
This commit is contained in:
@@ -10,6 +10,7 @@ package h
|
||||
|
||||
trait H
|
||||
|
||||
[suppress("UNUSED_VARIABLE")]
|
||||
fun f(h: H?) {
|
||||
var h1 = h
|
||||
h1<caret>++
|
||||
|
||||
Reference in New Issue
Block a user