Fixed error message to quote parameter name
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.ChangeFunctionSignatureFix" "false"
|
||||
//ERROR: No value passed for parameter other
|
||||
//ERROR: No value passed for parameter 'other'
|
||||
|
||||
abstract class StringComparable {
|
||||
public fun compareTo(other: String): Int = 0
|
||||
|
||||
Reference in New Issue
Block a user