compiler testdata: s/trait/interface
This commit is contained in:
@@ -3,7 +3,7 @@ open class B {
|
||||
get() = "OK"
|
||||
}
|
||||
|
||||
trait A {
|
||||
interface A {
|
||||
val name: String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user