7 lines
70 B
Kotlin
7 lines
70 B
Kotlin
trait Test {
|
|
|
|
class object {
|
|
public val valProp: Int = 10
|
|
}
|
|
|
|
} |