Mainly to get rid of one top level directory. But this will also be useful when there are tests of the embedding API.
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
var fn = new Fn {
|
|
IO.print(Foo)
|
|
IO.print(Bar)
|
|
}
|
|
|
|
// expect error line 7
|
|
// expect error line 7 |