9 lines
93 B
Plaintext
9 lines
93 B
Plaintext
|
|
package foo:bar;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
resource a {
|
||
|
|
constructor();
|
||
|
|
constructor();
|
||
|
|
}
|
||
|
|
}
|