Create from usage: make new member function/property private by default
#KT-6689 Fixed
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
class A {
|
||||
object B {
|
||||
val foo: Int
|
||||
private val foo: Int
|
||||
|
||||
fun test(): Int {
|
||||
return foo
|
||||
|
||||
Reference in New Issue
Block a user