Report cases when class member can be private
This commit is contained in:
committed by
Dmitry Jemerov
parent
c83b764c73
commit
753b714544
@@ -0,0 +1,8 @@
|
||||
// "Add 'private' modifier" "true"
|
||||
class A {
|
||||
val <caret>a = ""
|
||||
|
||||
fun foo() {
|
||||
a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user