Fix test data in FIR diagnostic test (merge with local eff. visibility)

This commit is contained in:
Mikhail Glukhikh
2020-06-04 10:33:46 +03:00
parent 74e4a817cb
commit 1ea72ec378
@@ -12,7 +12,7 @@ FILE: typesFromSuperClasses.kt
}
public final fun main(): R|kotlin/Unit| {
object : R|Outer| {
private constructor(): R|anonymous| {
private[local] constructor(): R|anonymous| {
super<R|Outer|>()
}