Files
kotlin-fork/plugins/kapt3/kapt3-compiler/testData/converter/kt15145.kt
T

4 lines
82 B
Kotlin
Vendored

interface MyInterface {
fun someFun()
private class MyDefaultInferface()
}