blob: 8d9b2971781846bf79724af16842c40bbcfbd9d8 [file] [log] [blame]
for start, end, name in self.talks:
<begin>if hour >= start and hour < end: return name<end>
<result>
Cannot perform refactoring when execution flow is interrupted