Update testdata according to change compiler version to 1.4
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
fun main(<warning descr="[UNUSED_PARAMETER] Parameter 'args' is never used">args</warning>: Array<String>) {
|
||||
println("Hello World")
|
||||
}
|
||||
Reference in New Issue
Block a user