compiler testdata: s/trait/interface
This commit is contained in:
@@ -11,7 +11,7 @@ class Foo (val f: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
trait FooTrait {
|
||||
interface FooTrait {
|
||||
companion object {
|
||||
val A: Foo by Delegate(Foo(11))
|
||||
var B: Foo by Delegate(Foo(11))
|
||||
|
||||
Reference in New Issue
Block a user