9 lines
84 B
Kotlin
9 lines
84 B
Kotlin
package test
|
|
|
|
trait Test {
|
|
|
|
class object {
|
|
public val valProp: Int = 10
|
|
}
|
|
|
|
} |