mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
compiler testdata: s/trait/interface
This commit is contained in:
@@ -4,7 +4,7 @@ class Klass {
|
||||
}
|
||||
}
|
||||
|
||||
trait Trait {
|
||||
interface Trait {
|
||||
companion object {
|
||||
val NAME = "Trait"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user