Fixed tests after adding error checking for intention tests.
This commit is contained in:
+2
@@ -1,4 +1,6 @@
|
||||
// SHOULD_FAIL_WITH: duplicate.or.missing.arguments
|
||||
// ERROR: An argument is already passed for this parameter
|
||||
// ERROR: No value passed for parameter b
|
||||
fun test() {
|
||||
class Test{
|
||||
fun get(a: Int, b: Int) : Int = 0
|
||||
|
||||
Reference in New Issue
Block a user