JS: deprecate noImpl

This commit is contained in:
Alexey Andreev
2017-01-23 16:39:52 +03:00
parent 5243b451f7
commit 46d251df1b
+1
View File
@@ -1,5 +1,6 @@
package kotlin.js
@Deprecated(message = "Use `definedExternally` instead", level = DeprecationLevel.ERROR, replaceWith = ReplaceWith("definedExternally"))
public external val noImpl: Nothing
public external val definedExternally: Nothing