6e59c2e079
discrepancy after switching to the new REPL internals was discovered also on IJ plugin tests, so added a test emulating it. also some test infra refactoring
11 lines
110 B
Plaintext
Vendored
11 lines
110 B
Plaintext
Vendored
>>> )(
|
|
error: expecting an element
|
|
)(
|
|
^
|
|
error: expecting an expression
|
|
)(
|
|
^
|
|
>>> fun foo() = 98
|
|
>>> foo()
|
|
98
|