KJS: deprecate enumerable annotation since it's no longer has any effect and rewrite test which checks enumerability of members

This commit is contained in:
Zalim Bashorov
2016-12-02 17:37:19 +03:00
parent d0d583e8ee
commit 8ccc00f3d4
2 changed files with 17 additions and 37 deletions
+1
View File
@@ -37,6 +37,7 @@ public annotation class nativeInvoke
@Target(CLASS, FUNCTION, PROPERTY)
internal annotation class library(public val name: String = "")
@Deprecated("It is no longer has any effect and will be dropped in a future version")
@Target(PROPERTY)
public annotation class enumerable()