Quick fix renamed: ChangePrivateTopLevelToInternal --> IncreaseVisibility
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Make <set-prop> internal" "true"
|
||||
// ERROR: Cannot assign to 'prop': the setter is private in file
|
||||
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
prop = 20
|
||||
}
|
||||
Reference in New Issue
Block a user