Refine definition of whether single parameter the method should be boxed

Only 'Collection<Int>.remove(E): Boolean' should match
This commit is contained in:
Denis Zharkov
2016-07-01 12:16:50 +03:00
parent adff666b0e
commit 7723a3a105
2 changed files with 13 additions and 7 deletions

View File

@@ -21,5 +21,5 @@ class KotlinMap2 : java.util.AbstractMap<String, Int>() {
// generic signature: null
// method: KotlinMap2::remove
// jvm signature: (Ljava/lang/String;Ljava/lang/Integer;)Z
// jvm signature: (Ljava/lang/String;I)Z
// generic signature: null