Create From Usage: Remove "from usage" words from action text
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T) {
|
||||
fun invoke(arg: T, s: String): B<String> {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T) {
|
||||
fun <V> invoke(u: T, s: String): B<V> {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T) {
|
||||
fun invoke(abc: T, ghi: A<T>, def: String): A<T> {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T)
|
||||
class B<T>(val m: T)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T)
|
||||
class B<T>(val m: T)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'invoke' from usage" "true"
|
||||
// "Create function 'invoke'" "true"
|
||||
|
||||
class A<T>(val n: T)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user