7 lines
62 B
Kotlin
Vendored
7 lines
62 B
Kotlin
Vendored
package test
|
|
|
|
interface TheTrait {
|
|
companion object {
|
|
}
|
|
}
|