IDE testdata: s/trait/interface
This commit is contained in:
@@ -19,7 +19,7 @@ class C1
|
||||
// -----
|
||||
|
||||
object O6
|
||||
trait T1
|
||||
interface T1
|
||||
|
||||
// -----
|
||||
|
||||
@@ -51,7 +51,7 @@ class C2
|
||||
// -----
|
||||
|
||||
object O13 {}
|
||||
trait T2
|
||||
interface T2
|
||||
|
||||
// -----
|
||||
|
||||
@@ -88,7 +88,7 @@ class C3
|
||||
|
||||
object O20 {
|
||||
}
|
||||
trait T3
|
||||
interface T3
|
||||
|
||||
// -----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user