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