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