mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
compiler testdata: s/trait/interface
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
|
||||
annotation class Anno(val s: String)
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
Anno("foo")
|
||||
fun foo(): Array<Array<Array<T>>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user