Minor: fix testdata

This commit is contained in:
Zalim Bashorov
2015-09-30 23:08:31 +03:00
parent 9256682cc5
commit 073b10072a
16 changed files with 89 additions and 85 deletions
@@ -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