LV20: fix JPS testdata where the error reporting slightly changed

This commit is contained in:
Ilya Chernikov
2023-08-02 15:57:54 +02:00
committed by Space Team
parent 0883b4468b
commit 60603de042
8 changed files with 31 additions and 31 deletions
@@ -1,4 +1,4 @@
Cannot access 'funA': it is internal in 'test' at line 4, column 5
Cannot access 'funB': it is internal in 'test' at line 4, column 5
Cannot access 'fun funA(): Unit': it is internal in file. at line 4, column 5
Cannot access 'fun funB(): Unit': it is internal in file. at line 4, column 5
Cannot access 'testFunA': it is internal in 'test' at line 5, column 5
Cannot access 'testFunB': it is internal in 'test' at line 5, column 5