Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/diagnostics/sealedClassConstructorCall.kt
T
pyos e6d923f65c FIR: rename HIDDEN to INVISIBLE_REFERENCE
Some of them should be INVISIBLE_MEMBER though
2021-04-21 16:18:21 +03:00

4 lines
54 B
Kotlin
Vendored

sealed class A
val b = <!INVISIBLE_REFERENCE!>A<!>()