9 lines
62 B
Plaintext
9 lines
62 B
Plaintext
|
|
// parse-fail
|
||
|
|
|
||
|
|
package foo:foo;
|
||
|
|
|
||
|
|
world foo {
|
||
|
|
import bar;
|
||
|
|
}
|
||
|
|
|