mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
rename platformName annotation to jvmName
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import kotlin.platform.platformName;
|
||||
import kotlin.jvm.jvmName;
|
||||
|
||||
public class FakePlatformName {
|
||||
@platformName(name = "fake")
|
||||
@jvmName(name = "fake")
|
||||
public String foo() {
|
||||
return "foo";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user