7 lines
58 B
Kotlin
7 lines
58 B
Kotlin
package test
|
|
|
|
trait TheTrait {
|
|
companion object {
|
|
}
|
|
}
|