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
@@ -9,11 +9,11 @@ private val a = 1
package p
val b = <!ACCESS_TO_PRIVATE_TOP_LEVEL_FROM_ANOTHER_FILE!>a<!> // same package, same module
val b = <!INVISIBLE_MEMBER(a; private; file)!>a<!> // same package, same module
// MODULE: m2(m1)
// FILE: c.kt
package p
val c = <!INVISIBLE_MEMBER!>a<!> // same package, another module
val c = <!INVISIBLE_MEMBER(a; private; file)!>a<!> // same package, another module