[JS IR BE] lateinit support

* Functions with IrExpressionBody are lowered to IrBlockBody
* Implemented throwUninitializedPropertyAccessException function
This commit is contained in:
Anton Bannykh
2018-09-20 18:09:26 +03:00
parent beaf6df8c5
commit 8e347f9f39
21 changed files with 25 additions and 34 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class A {
lateinit var x: String
private set