t11697.nim 90 B

123456
  1. import tables
  2. var xs: Table[int, Table[int, int]]
  3. doAssertRaises(KeyError): reset xs[0]