6 lines
53 B
Kotlin
6 lines
53 B
Kotlin
package test
|
|
|
|
trait TheTrait {
|
|
class object {
|
|
}
|
|
} |