Convert SyntheticMethodForAnnotatedPropertyGenTest to a box test
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class SomeAnnotation(val value: String)
|
||||
|
||||
class A {
|
||||
@SomeAnnotation("OK") val property: Int
|
||||
get() = 42
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class SomeAnnotation(val value: String)
|
||||
|
||||
interface T {
|
||||
@SomeAnnotation("OK") val property: Int
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class SomeAnnotation(val value: String)
|
||||
|
||||
@SomeAnnotation("OK") val property: Int
|
||||
get() = 42
|
||||
Reference in New Issue
Block a user