JS: throw exception when accessing uninitialized lateinit property (KT-14964)
This commit is contained in:
@@ -39,7 +39,7 @@ fun box(): String {
|
||||
field("e")
|
||||
field("f")
|
||||
field("g")
|
||||
property("h")
|
||||
field("h")
|
||||
}
|
||||
if (expectedRegex.find(aBody) == null) return "fail"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user