Fix invalid testdata for ConvertToScopeIntention applicability
This commit is contained in:
-2
@@ -1,8 +1,6 @@
|
||||
// "Make 'doSth' protected" "false"
|
||||
// ACTION: Make 'doSth' public
|
||||
// ACTION: Make 'doSth' internal
|
||||
// ACTION: Convert to run
|
||||
// ACTION: Convert to with
|
||||
// ERROR: Cannot access 'doSth': it is private in 'A'
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user