K2: unmute testInnerClassPackageConflict2 thus fixing current K2 behavior

Related to KT-63070, KT-60792
This commit is contained in:
Mikhail Glukhikh
2024-02-05 15:22:36 +01:00
committed by Space Team
parent 555e374a33
commit 78876b32e9
2 changed files with 5 additions and 2 deletions
@@ -0,0 +1,4 @@
compiler/testData/compileKotlinAgainstCustomBinaries/innerClassPackageConflict2/source.kt:10:9: error: unresolved reference 'Nested'.
val v3: Nested? = null
^
COMPILATION_ERROR