Add simple checker tests for scripts

This commit is contained in:
Pavel V. Talanov
2015-11-17 15:05:00 +03:00
parent daa1a08213
commit aebcebe8ca
6 changed files with 75 additions and 0 deletions
@@ -0,0 +1,2 @@
val x = <error descr="[UNINITIALIZED_VARIABLE] Variable 'y' must be initialized">y</error>
val y = 3