compiler testdata: s/trait/interface
This commit is contained in:
@@ -8,7 +8,7 @@ class TestDelegate() {
|
||||
}
|
||||
}
|
||||
|
||||
trait Test {
|
||||
interface Test {
|
||||
companion object {
|
||||
protected var prop: Int by TestDelegate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user