compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class SimpleSubclass : JavaInterface {
|
||||
|
||||
// Class extends both Java and Kotlin traits. Checks that there's no DIFFERENT_NAMES_FOR_THE_SAME_PARAMETER_IN_SUPERTYPES warning
|
||||
|
||||
trait KotlinTrait {
|
||||
interface KotlinTrait {
|
||||
public fun foo(someOtherName: Int) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user