6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
|
package some:dep;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
resource r;
|
||
|
|
}
|