KT-2752: deprecate parameter of @native annotation, prohibit simultaneous usage of parameterized @native and @JsName

This commit is contained in:
Alexey Andreev
2016-06-23 18:46:15 +03:00
parent 49022fd5bc
commit 4e2b1d68cf
8 changed files with 26 additions and 2 deletions
@@ -0,0 +1 @@
@native("B") <!JS_NAME_PROHIBITED_FOR_NAMED_NATIVE!>@JsName("C")<!> class A