Deprecate JVM platform annotations in favor of capitilized themselves
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package switch_demo
|
||||
|
||||
public object SwitchDemo {
|
||||
jvmStatic public fun main(args: Array<String>) {
|
||||
JvmStatic public fun main(args: Array<String>) {
|
||||
val month = 8
|
||||
val monthString: String
|
||||
when (month) {
|
||||
|
||||
Reference in New Issue
Block a user