blob: 7803936d5334854af0c64870adcd7f48c61b8602 [file] [log] [blame]
"""
Check that `yield from`-statement takes an iterable.
"""
# pylint: disable=missing-docstring
def to_ten():
yield from 10 # [not-an-iterable]