extend test for code cleanup with changing visibility from private to internal for declarations, which are used outside of their file.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
private fun ff() {}
|
||||
|
||||
private val valX = 10
|
||||
|
||||
private var varX = 20
|
||||
|
||||
var varY = 30
|
||||
private set(value: Int) {}
|
||||
Reference in New Issue
Block a user