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