Create From Usage: Add support of property delegates
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Create function 'foo' from usage" "true"
|
||||
|
||||
class A<T>(val t: T) {
|
||||
var x: A<Int> by <caret>foo(t, "")
|
||||
}
|
||||
Reference in New Issue
Block a user