typo while commit fixed

This commit is contained in:
Alex Tkachman
2012-08-04 21:30:39 +03:00
parent bf7bf194e6
commit 5c8863dafe
@@ -1,4 +1,4 @@
fun box(args) : String {
fun box() : String {
val map = java.util.TreeMap<String, String>()
map["a"] = "1"
map["b"] = "2"