compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
trait BK {
|
||||
interface BK {
|
||||
fun foo(): String = 10.toString()
|
||||
}
|
||||
|
||||
trait KTrait: BK {
|
||||
interface KTrait: BK {
|
||||
override fun foo() = 30.toString()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user