IDE testdata: s/trait/interface
This commit is contained in:
@@ -62,7 +62,7 @@ abstract class MyAbstractClass() {
|
||||
<error>abstract</error> fun j() {}
|
||||
}
|
||||
|
||||
trait MyTrait {
|
||||
interface MyTrait {
|
||||
//properties
|
||||
|
||||
val a: Int
|
||||
|
||||
Reference in New Issue
Block a user