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