compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@ abstract class Foo<T> {
|
||||
fun hello(id: T) = "Hi $id"
|
||||
}
|
||||
|
||||
trait Tr {
|
||||
interface Tr {
|
||||
fun hello(s : String)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user