[ObjCExport] Support naming of nested classes

^KT-65204 Fixed
This commit is contained in:
Sebastian Sellmair
2024-02-08 12:52:55 +01:00
committed by Space Team
parent f1fd84f539
commit 4b6624c920
9 changed files with 264 additions and 8 deletions
@@ -0,0 +1,5 @@
class A {
class B<T> {
class C<T>
}
}