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
@@ -1,6 +1,6 @@
// LANGUAGE_VERSION: 1.2
// WITH_RUNTIME
// IGNORE_BACKEND: JS, NATIVE
// IGNORE_BACKEND: NATIVE
import kotlin.UninitializedPropertyAccessException