mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Deprecate JVM platform annotations in favor of capitilized themselves
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import kotlin.jvm.jvmName;
|
||||
import kotlin.jvm.JvmName;
|
||||
|
||||
public class FakePlatformName {
|
||||
@jvmName(name = "fake")
|
||||
@JvmName(name = "fake")
|
||||
public String foo() {
|
||||
return "foo";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user