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