Hello! I was broke the compiler of kotlin-native. ...
# kotlin-native
c
Hello! I was broke the compiler of kotlin-native.
Copy code
object Foo {
    var counter = 0

    class Bar {
        init {
            //counter++// << this line
        }
    }
}

fun main(args: Array<String>) {
//NOP
}
if delete "//" on marked line, then compiler throw exception
o
please report an issue on github or youtrack. Also, please, use Slack threads, and do not pollute the channel with long exception dumps.