mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
compiler testdata: s/trait/interface
This commit is contained in:
@@ -8,7 +8,7 @@ enum class Enum {
|
||||
|
||||
class Nested
|
||||
|
||||
trait Trait
|
||||
interface Trait
|
||||
|
||||
val c: Int = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user