[FIR] Remove a hack about local classes

^KT-54390 Fixed
This commit is contained in:
Nikolay Lunyak
2023-08-17 17:44:54 +03:00
committed by Space Team
parent f9c6af4d2a
commit 2c16c9a35b
8 changed files with 105 additions and 8 deletions
@@ -0,0 +1,19 @@
package a.b
class X {
fun foo() {
class U {
inner class K {
inner class D {
fun check() {
class F {
inner class L
}
}
}
}
<!NESTED_CLASS_NOT_ALLOWED!>class T<!>
}
}
}