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