mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
8 lines
179 B
Kotlin
8 lines
179 B
Kotlin
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
|
import kotlin.platform.platformStatic
|
|
|
|
fun main(args: Array<String>) {
|
|
<!PLATFORM_STATIC_NOT_IN_OBJECT!>[platformStatic] fun a()<!>{
|
|
|
|
}
|
|
} |