summaryrefslogtreecommitdiff
path: root/test/files/run/t7791-script-linenums.script
blob: 403dcc2d28ca0ea4fcbc64d7ae3ab297cd983e17 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
exec ${SCALA_HOME}/bin/scala "$0" "$@" 2>&1
!#

Console println s"hello, scripted test"

throw new RuntimeException("failing")  // line 7