Remove JvmVersion annotation and its usages

This commit is contained in:
Ilya Gorbunov
2018-04-13 22:15:19 +03:00
parent 1eca402332
commit 2c74b91de4
95 changed files with 2 additions and 229 deletions
-1
View File
@@ -14,7 +14,6 @@
* limitations under the License.
*/
@file:JvmVersion
package test.collections.js
public actual fun <V> stringMapOf(vararg pairs: Pair<String, V>): HashMap<String, V> = hashMapOf<String, V>(*pairs)