Handle erroneous code (initial drop, TBD).
This commit is contained in:
committed by
Dmitry Petrov
parent
bf03be97a1
commit
fe397eddbe
@@ -0,0 +1,10 @@
|
||||
// !IGNORE_ERRORS
|
||||
|
||||
val test1 = unresolved
|
||||
|
||||
val test2: Unresolved =
|
||||
unresolved()
|
||||
|
||||
val test3 = 42.unresolved(56)
|
||||
|
||||
val test4 = 42 *
|
||||
Reference in New Issue
Block a user