From 5c8863dafe627a75923e37122fad5f6fe1c7f693 Mon Sep 17 00:00:00 2001 From: Alex Tkachman Date: Sat, 4 Aug 2012 21:30:39 +0300 Subject: [PATCH] typo while commit fixed --- compiler/testData/codegen/regressions/kt1733.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"