Ignore lateinit local vars tests in JS and Native

This commit is contained in:
Dmitry Petrov
2017-05-31 16:19:34 +03:00
parent c5b9d500bc
commit d0b0fdd732
5 changed files with 36 additions and 4 deletions
@@ -1,4 +1,6 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS, NATIVE
import kotlin.UninitializedPropertyAccessException
fun runNoInline(f: () -> Unit) = f()
@@ -1,4 +1,6 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS, NATIVE
import kotlin.UninitializedPropertyAccessException
fun runNoInline(f: () -> Unit) = f()
@@ -1,4 +1,6 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS, NATIVE
import kotlin.UninitializedPropertyAccessException
fun box(): String {
@@ -1,4 +1,6 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS, NATIVE
import kotlin.UninitializedPropertyAccessException
fun box(): String {