Deprecate kotlin.reflect.findAnnotation with ERROR

This commit is contained in:
Alexander Udalov
2017-02-07 17:38:55 +03:00
parent 5987e8a47c
commit cfe159181d
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
// IGNORE_BACKEND: JS
// WITH_REFLECT
import kotlin.reflect.findAnnotation
import kotlin.reflect.full.findAnnotation
import kotlin.test.assertNull
annotation class Yes(val value: String)