Files
kotlin-fork/native/objcexport-header-generator/testData/headers/nestedGenericClass/Foo.kt
T
Sebastian Sellmair 4b6624c920 [ObjCExport] Support naming of nested classes
^KT-65204 Fixed
2024-02-09 08:48:16 +00:00

5 lines
53 B
Kotlin
Vendored

class A {
class B<T> {
class C<T>
}
}