[ObjCExport] Support naming of nested classes
^KT-65204 Fixed
This commit is contained in:
committed by
Space Team
parent
f1fd84f539
commit
4b6624c920
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
class B<T> {
|
||||
class C<T>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user