mark last parenthesis instead of value argument list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user