Handle erroneous code (initial drop, TBD).

This commit is contained in:
Dmitry Petrov
2016-09-02 17:11:15 +03:00
committed by Dmitry Petrov
parent bf03be97a1
commit fe397eddbe
14 changed files with 233 additions and 62 deletions
@@ -0,0 +1,10 @@
// !IGNORE_ERRORS
val test1 = unresolved
val test2: Unresolved =
unresolved()
val test3 = 42.unresolved(56)
val test4 = 42 *