Exposed visibility deprecation warnings made errors + relevant test fixes

Original commit: 4e44466cf9
This commit is contained in:
Mikhail Glukhikh
2015-11-17 18:59:04 +03:00
parent 0b594f08d5
commit cc0adf19a9
3 changed files with 8 additions and 2 deletions
@@ -22,5 +22,6 @@ Cannot access 'A': it is 'internal' in 'a'
Cannot access 'FileAnnotation': it is 'internal' in 'a'
Cannot access 'ClassAnnotation': it is 'internal' in 'a'
Cannot access 'ClassAnnotation': it is 'internal' in 'a'
Function effective visibility 'public' should be the same or less permissive than its parameter type effective visibility 'internal'
Cannot access 'A': it is 'internal' in 'a'
Cannot access 'a': it is 'internal' in 'a'