Fixed error message to quote parameter name
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
// ERROR: No value passed for parameter f
|
||||
// ERROR: No value passed for parameter 'f'
|
||||
open class Base(val f: Int)
|
||||
|
||||
class Creation: Base {
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
// ERROR: No value passed for parameter f
|
||||
// ERROR: No value passed for parameter 'f'
|
||||
open class Base(val f: Int)
|
||||
|
||||
class Creation: Base {
|
||||
|
||||
Reference in New Issue
Block a user