JS: throw exception when accessing uninitialized lateinit property (KT-14964)

This commit is contained in:
Anton Bannykh
2017-08-21 20:13:39 +03:00
parent 49bc9249a1
commit 2249675e59
17 changed files with 100 additions and 81 deletions
@@ -39,7 +39,7 @@ fun box(): String {
field("e")
field("f")
field("g")
property("h")
field("h")
}
if (expectedRegex.find(aBody) == null) return "fail"