Create from Usage: Make extension functions/properties 'private' by default
#KT-11799 Fixed
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ class Foo<T> {
|
||||
}
|
||||
}
|
||||
|
||||
operator fun <T> Any.set(s: String, w: ArrayList<T>, value: ArrayList<T>) {
|
||||
private operator fun <T> Any.set(s: String, w: ArrayList<T>, value: ArrayList<T>) {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user