Build fix: quick fix multi file test
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
Vendored
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user