compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package override.normal
|
||||
|
||||
trait MyTrait {
|
||||
interface MyTrait {
|
||||
fun foo()
|
||||
val pr : Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user