drop deprecated @platformName and @platformStatic annotations
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package pkg3
|
||||
|
||||
import kotlin.platform.platformName
|
||||
|
||||
@platformName("main")
|
||||
@JvmName("main")
|
||||
fun aaa(args: Array<String>) {
|
||||
// yes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user