Better error reporting; synched with ostap

This commit is contained in:
Dmitry Boulytchev 2020-01-05 22:54:09 +03:00
parent 290c124be6
commit b6180d8634
13 changed files with 59 additions and 68 deletions

View file

@ -1,5 +1,3 @@
public fun from_test005 (s) {
printf ("called with %s\n", s)
}
import Lib01;
from_test005 ("this one")
from_test005 ("that one")