Minor: fix testdata
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// ERROR: Cannot access 'd': it is 'private' in 'a'
|
||||
// ERROR: Cannot access 'd': it is 'private' in 'a'
|
||||
// ERROR: Cannot access 'b': it is 'private' in 'a'
|
||||
// ERROR: Cannot access 'b': it is 'private' in 'a'
|
||||
// ERROR: Cannot access 'd': it is 'private' in file
|
||||
// ERROR: Cannot access 'd': it is 'private' in file
|
||||
// ERROR: Cannot access 'b': it is 'private' in file
|
||||
// ERROR: Cannot access 'b': it is 'private' in file
|
||||
package to
|
||||
|
||||
import a.b
|
||||
import a.d
|
||||
|
||||
fun f(c: IntRange) = d + b
|
||||
fun f(c: IntRange) = d + b
|
||||
|
||||
Reference in New Issue
Block a user