caffeine
07/12/2018, 10:42 PMobject Foo {
var counter = 0
class Bar {
init {
//counter++// << this line
}
}
}
fun main(args: Array<String>) {
//NOP
}
if delete "//" on marked line, then compiler throw exceptionolonho
07/13/2018, 6:17 AM