Files
kotlin-fork/idea/testData/checker/js/helloWorld.kt
T
2020-01-17 10:33:50 +03:00

3 lines
137 B
Kotlin
Vendored

fun main(<warning descr="[UNUSED_PARAMETER] Parameter 'args' is never used">args</warning>: Array<String>) {
println("Hello World")
}