mark last parenthesis instead of value argument list

This commit is contained in:
Svetlana Isakova
2012-10-16 18:24:06 +04:00
parent 0d4d576fed
commit e7cbff14ef
9 changed files with 40 additions and 16 deletions
@@ -2,7 +2,7 @@ fun <K, V> testMutableMapEntry(<warning>map</warning>: MutableMap<K, V>, <warnin
}
fun foo() {
<error>testMutableMapEntry</error><error>(hashMap(1 to 'a'), 'b')</error>
<error>testMutableMapEntry</error>(hashMap(1 to 'a'), 'b'<error>)</error>
}
//extract from library