IDE testdata: s/trait/interface
This commit is contained in:
@@ -2,11 +2,11 @@ package html
|
||||
|
||||
import java.util.*
|
||||
|
||||
trait Factory<T> {
|
||||
interface Factory<T> {
|
||||
fun create() : T
|
||||
}
|
||||
|
||||
trait Element
|
||||
interface Element
|
||||
|
||||
class TextElement(val text : String) : Element
|
||||
|
||||
|
||||
Reference in New Issue
Block a user