7 lines
54 B
Kotlin
7 lines
54 B
Kotlin
package test
|
|
|
|
trait TheTrait {
|
|
class object {
|
|
}
|
|
}
|