compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@ open class Base {
|
||||
val pr : String = "OK"
|
||||
}
|
||||
|
||||
trait Trait : Base {
|
||||
interface Trait : Base {
|
||||
fun f() : String {
|
||||
return this.pr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user