Fix NJ2K test related to KT-30136

This commit is contained in:
Mikhail Glukhikh
2019-09-02 12:50:59 +03:00
parent 5b118b65fc
commit 7eac7d96dc
@@ -1,7 +1,7 @@
class Test(var count: Int) {
fun inc() {
this.count++
count++
}
}