Build fix: quick fix multi file test

This commit is contained in:
Mikhail Glukhikh
2016-04-24 13:09:37 +03:00
parent cac986baf7
commit a45165838a
10 changed files with 20 additions and 10 deletions
@@ -1,4 +1,5 @@
// "Make foo internal" "true"
// "Make 'foo' internal" "true"
// ACTION: Make 'foo' public
// ERROR: Cannot access 'foo': it is 'private' in 'First'
package test
@@ -1,4 +1,5 @@
// "Make foo internal" "true"
// "Make 'foo' internal" "true"
// ACTION: Make 'foo' public
// ERROR: Cannot access 'foo': it is 'private' in 'First'
package test
@@ -1,4 +1,5 @@
// "Make f internal" "true"
// "Make 'f' internal" "true"
// ACTION: Make 'f' public
// ERROR: Cannot access 'f': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make f internal" "true"
// "Make 'f' internal" "true"
// ACTION: Make 'f' public
// ERROR: Cannot access 'f': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make prop internal" "true"
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make prop internal" "true"
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make prop internal" "true"
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make prop internal" "true"
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is 'private' in file
package test
@@ -1,4 +1,5 @@
// "Make <set-prop> internal" "true"
// "Make '<set-prop>' internal" "true"
// ACTION: Make '<set-prop>' public
// ERROR: Cannot assign to 'prop': the setter is private in file
package test
@@ -1,4 +1,5 @@
// "Make <set-prop> internal" "true"
// "Make '<set-prop>' internal" "true"
// ACTION: Make '<set-prop>' public
// ERROR: Cannot assign to 'prop': the setter is private in file
package test