Add ERRORs check to AbstractOutOfBlockModificationTest

This commit is contained in:
Vladimir Dolzhenko
2019-11-23 23:52:04 +01:00
parent 144f721a44
commit c67222c176
43 changed files with 141 additions and 28 deletions
@@ -1,5 +1,7 @@
// RUNTIME_WITH_SCRIPT_RUNTIME
// OUT_OF_CODE_BLOCK: TRUE
// ERROR: Too many arguments for public final fun foo(): Int defined in ScriptTopLevelCallExpression
// ERROR: Unresolved reference: a
fun foo() = 1
foo(<caret>)