Fix NJ2K test related to KT-30136
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
class Test(var count: Int) {
|
class Test(var count: Int) {
|
||||||
|
|
||||||
fun inc() {
|
fun inc() {
|
||||||
this.count++
|
count++
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user