42cba1cc3c
Added tests with class object of trait and val inside object.
5 lines
87 B
Kotlin
5 lines
87 B
Kotlin
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
val x = Object.CONST + Object.CONST
|
|
} |