rename platformName annotation to jvmName

This commit is contained in:
Dmitry Jemerov
2015-08-24 21:05:26 +02:00
parent 3465126bee
commit 4743a69d76
26 changed files with 249 additions and 249 deletions
@@ -1,6 +1,4 @@
package test
import kotlin.platform.*
@platformName("bar")
@jvmName("bar")
fun foo() {}