Implement quckfix adding explicit upper bounds for generic when needed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Add 'E' as upper bound for F" "true"
|
||||
|
||||
fun <T, U : T> foo() = 1
|
||||
|
||||
fun <E, F> bar() = foo<E, F<caret>>()
|
||||
Reference in New Issue
Block a user