Name suggester: Respect type parameter name when suggesting name for
variables based on that type parameter
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Create function 'foo'" "true"
|
||||
|
||||
class A<T>(val n: T) {
|
||||
fun foo(arg: T, s: String, function: Function1<T, T>): A<T> {
|
||||
fun foo(t: T, s: String, function: Function1<T, T>): A<T> {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user