[FIR] Remove a hack about local classes
^KT-54390 Fixed
This commit is contained in:
committed by
Space Team
parent
f9c6af4d2a
commit
2c16c9a35b
@@ -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<!>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user