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