summary refs log tree commit diff stats
path: root/tests/parser/tifextracolon.nim
blob: 171569111522cc5ecf80b18c015c3c141a1046ba (plain) (blame)
1
2
3
4
5
6
7
8
# issue #21982

if true:
  if true:
    discard default int:
else: #[tt.Error
^ invalid indentation]#
  discard