Files
kotlin-fork/native/objcexport-header-generator/testData/headers/nestedInterface/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
59 B
Kotlin
Vendored

interface A {
interface B {
interface C
}
}