Do not suggest "Rename to _" quick-fix for parameter of named function

#KT-14586 Fixed
This commit is contained in:
Denis Zharkov
2016-11-02 15:38:03 +03:00
parent 951868f590
commit 8aefc0db7c
4 changed files with 22 additions and 2 deletions

View File

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