Create from Usage: Support accessors for local delegated properties

#KT-19730 Fixed
This commit is contained in:
Alexey Sedunov
2018-02-27 20:46:36 +03:00
parent 2eddce57ff
commit 96de29dfcb
7 changed files with 71 additions and 10 deletions
@@ -0,0 +1,4 @@
// "Create extension function 'String.getValue'" "true"
fun x(parameters: String) {
val n by <caret>parameters
}