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