17 lines
322 B
Plaintext
Vendored
17 lines
322 B
Plaintext
Vendored
val test1: ErrorType /* ERROR */
|
|
field = error("") /* ERROR CALL */
|
|
get
|
|
|
|
val test2: ErrorType /* ERROR */
|
|
field = error("") /* ERROR CALL */
|
|
get
|
|
|
|
val test3: ErrorType /* ERROR */
|
|
field = error("") /* ERROR CALL */42; 56;
|
|
get
|
|
|
|
val test4: ErrorType /* ERROR */
|
|
field = error("") /* ERROR EXPRESSION */
|
|
get
|
|
|