compiler testdata: s/trait/interface
This commit is contained in:
@@ -11,7 +11,7 @@ class SimpleSubclass : JavaInterface {
|
||||
}
|
||||
|
||||
|
||||
trait SubtraitWithFakeOverride : JavaInterface
|
||||
interface SubtraitWithFakeOverride : JavaInterface
|
||||
|
||||
class Subclass : SubtraitWithFakeOverride {
|
||||
override fun foo(otherKotlinName: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user