Create From Usage: Quick-fix for value parameters
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create parameter 'foo'" "true"
|
||||
|
||||
class A<T>(val foo: T) {
|
||||
val test: T get() {
|
||||
return foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user