compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
trait B {
|
||||
interface B {
|
||||
fun bar() {}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@ fun Any?.foo() : Int {
|
||||
}
|
||||
|
||||
|
||||
trait T {}
|
||||
interface T {}
|
||||
|
||||
open class C {
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user