Files
T
2024-02-08 15:19:50 +00:00

8 lines
105 B
Kotlin
Vendored

package test
class SomeClass {
private interface PrivateInterface {
fun d(): String
}
}