Add test for KT-52762
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// FULL_JDK
|
||||
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
|
||||
fun main() {
|
||||
val map = ConcurrentHashMap<String, String>()
|
||||
map.put(
|
||||
<!NAMED_PARAMETER_NOT_FOUND!>key<!> = "key",
|
||||
<!NAMED_PARAMETER_NOT_FOUND!>value<!> = "value"
|
||||
<!NO_VALUE_FOR_PARAMETER, NO_VALUE_FOR_PARAMETER!>)<!>
|
||||
}
|
||||
Reference in New Issue
Block a user