FIR: support more precise diagnostics about parameter names
#KT-52762 Fixed
This commit is contained in:
Vendored
+3
-3
@@ -5,7 +5,7 @@ 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!>)<!>
|
||||
key = "key",
|
||||
value = "value"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user