[FIR] Ensure KT-66161 is not reproducible in the compiler

^KT-66161


Merge-request: KT-MR-14730
Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
Nikolay Lunyak
2024-03-07 15:10:18 +00:00
committed by Space Team
parent aee87468a6
commit 7f12af9452
6 changed files with 36 additions and 0 deletions
@@ -0,0 +1,6 @@
// FIR_IDENTICAL
// ISSUE: KT-66161
private open class A {
protected fun test() {}
}