Adjust testData to *Map transformation

This commit is contained in:
Denis Zharkov
2015-10-12 19:51:28 +03:00
committed by Mikhail Glukhikh
parent 6fa8083a70
commit d71b0144d5
14 changed files with 62 additions and 62 deletions
@@ -39,8 +39,8 @@ fun box(): String {
A.bar = baz + a.foo
baz + A.bar
if (metadatas.keySet().size != 3)
return "Fail: only three instances of PropertyMetadata should have been created\n${metadatas.keySet()}"
if (metadatas.keys.size != 3)
return "Fail: only three instances of PropertyMetadata should have been created\n${metadatas.keys}"
return "OK"
}