fd5aea7c14
Remove meaningless assertion Add comment to NotStorePropertyFromDelegate test
5 lines
50 B
Kotlin
5 lines
50 B
Kotlin
class A
|
|
trait T
|
|
fun foo() {
|
|
object O: A(), T
|
|
} |