2 lines
79 B
Kotlin
Vendored
2 lines
79 B
Kotlin
Vendored
interface TestTrait(val a: Int, var b: String, c: Double)
|
|
interface TestTrait() |