compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package kt1141
|
||||
|
||||
public trait SomeTrait {
|
||||
public interface SomeTrait {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user