Partial build fix (new convert to expression body opportunity in quick-fixes)

This commit is contained in:
Mikhail Glukhikh
2016-09-19 10:37:39 +03:00
parent 608368997c
commit 9ad820205e
5 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
// ACTION: Make 'Nested' internal
// ACTION: Make 'Nested' public
// ACTION: Remove parameter 'arg'
// ACTION: Convert to expression body
// ERROR: 'internal' function exposes its 'private' parameter type argument Nested
// ERROR: Cannot access 'Nested': it is private in 'Outer'