compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,6 +2,6 @@ import java.lang.annotation.*
|
||||
|
||||
Retention(RetentionPolicy.RUNTIME) annotation class SomeAnnotation(val value: String)
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
[SomeAnnotation("OK")] val property: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user