Mainly to get rid of one top level directory. But this will also be useful when there are tests of the embedding API.
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
class Foo {
|
|
static bar {
|
|
new Fn { _field = "wat" } // expect error
|
|
}
|
|
}
|