Fixed error message to quote parameter name
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: No value passed for parameter p
|
||||
// ERROR: No value passed for parameter 'p'
|
||||
infix fun Int.xxx(p: Int) = 1
|
||||
|
||||
fun foo(x: Int) {
|
||||
|
||||
Reference in New Issue
Block a user