diff --git a/compiler/testData/codegen/regressions/kt1733.kt b/compiler/testData/codegen/regressions/kt1733.kt index aae42e93065..01742d62471 100644 --- a/compiler/testData/codegen/regressions/kt1733.kt +++ b/compiler/testData/codegen/regressions/kt1733.kt @@ -1,4 +1,4 @@ -fun box(args) : String { +fun box() : String { val map = java.util.TreeMap() map["a"] = "1" map["b"] = "2"