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