Intentions: Fix test data after default visibility was changed to PUBLIC
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// ERROR: Too many arguments for internal final fun foo(): kotlin.Boolean defined in A
|
||||
// ERROR: Too many arguments for public final fun foo(): kotlin.Boolean defined in A
|
||||
// SHOULD_FAIL_WITH: Call with arguments will be skipped: foo(2)
|
||||
class A(val n: Int) {
|
||||
fun <caret>foo(): Boolean = n > 1
|
||||
|
||||
Reference in New Issue
Block a user