compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package wrong
|
||||
|
||||
trait TraitWithDefault {
|
||||
interface TraitWithDefault {
|
||||
fun foo() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user