Fix for line events in the case:
  def f(a):
    if a:
      print 5
    else:
      pass
1 file changed