IDE testdata: s/trait/interface
This commit is contained in:
@@ -20,9 +20,9 @@ object O2 {
|
||||
}
|
||||
}
|
||||
|
||||
trait T1 {}
|
||||
interface T1 {}
|
||||
|
||||
trait T2 {
|
||||
interface T2 {
|
||||
val some = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user