Fixed test data to use only annotation syntax with @
This commit is contained in:
@@ -2,7 +2,7 @@ package pkg3
|
||||
|
||||
import kotlin.platform.platformName
|
||||
|
||||
platformName("main")
|
||||
@platformName("main")
|
||||
fun aaa(args: Array<String>) {
|
||||
// yes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user