Do not use reflection it local/top-level lateinit tests
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
// WITH_REFLECT
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
|
||||
import kotlin.UninitializedPropertyAccessException
|
||||
@@ -16,6 +16,6 @@ fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
catch (e: Throwable) {
|
||||
return "Unexpected exception: ${e::class.qualifiedName}"
|
||||
return "Unexpected exception: ${e::class}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user