Get rid of deprecated annotations and modifiers in stdlib (besides JS)
This commit is contained in:
@@ -13,7 +13,7 @@ class AnnotatedClass
|
||||
|
||||
|
||||
class AnnotationTest {
|
||||
test fun annotationType() {
|
||||
@test fun annotationType() {
|
||||
val annotations = javaClass<AnnotatedClass>().getAnnotations()!!
|
||||
|
||||
var foundMyAnno = false
|
||||
|
||||
Reference in New Issue
Block a user