compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@ class Delegate {
|
||||
fun get(t: Any?, p: PropertyMetadata): Int = 1
|
||||
}
|
||||
|
||||
trait A {
|
||||
interface A {
|
||||
val prop: Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user