Mute 2 black-box FIR test due to disallowed Kotlin synthetic properties problem

Yet FIR allows synthetic properties both in Kotlin & Java code.
It's unclear how to forbid them in Kotlin fast. Subject to discussion.
This commit is contained in:
Mikhail Glukhikh
2019-12-02 11:33:22 +03:00
parent 18e8896c08
commit 4e1cd6bcd5
2 changed files with 8 additions and 0 deletions
@@ -1,3 +1,7 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Note: does not pass on FIR because of non-prohibited Kotlin synthetic properties,
// fun getS() = s is considered to be recursive here :(
// It's a question to be discussed in Dec 2019. Muted at this moment.
// WITH_RUNTIME // WITH_RUNTIME
// FILE: lateinit.kt // FILE: lateinit.kt
private lateinit var s: String private lateinit var s: String
@@ -1,3 +1,7 @@
// IGNORE_BACKEND_FIR: JVM_IR
// Note: does not pass on FIR because of non-prohibited Kotlin synthetic properties,
// fun getS() = s is considered to be recursive here :(
// It's a question to be discussed in Dec 2019. Muted at this moment.
// FILE: lateinit.kt // FILE: lateinit.kt
private lateinit var s: String private lateinit var s: String