// "class org.jetbrains.kotlin.idea.quickfix.AddGenericUpperBoundFix" "false" // ERROR: Type argument is not within its bounds: should be subtype of 'Any' fun foo() = 1 fun bar() = foo>()