Create from usage: make new member function/property private by default
#KT-6689 Fixed
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@
|
||||
import kotlin.properties.ReadOnlyProperty
|
||||
|
||||
class A<T> {
|
||||
val foo: ReadOnlyProperty<A<T>, A<Int>>
|
||||
private val foo: ReadOnlyProperty<A<T>, A<Int>>
|
||||
val x: A<Int> by foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user