FIR: unmute passing black-box tests (nested constructor resolve)

This commit is contained in:
Mikhail Glukhikh
2019-11-19 23:02:35 +03:00
parent fa739f1aae
commit 95203e9310
5 changed files with 0 additions and 5 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// See also KT-6299
public open class Outer private constructor(val p: Outer?) {
object First: Outer(null)