IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class A
|
||||
trait T
|
||||
interface T
|
||||
fun foo() {
|
||||
object O: A(), T
|
||||
}
|
||||
Reference in New Issue
Block a user