4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
interface INoPackage {
|
||
|
void CanYouDealWithThisBar(in some_package.IBar bar);
|
||
|
}
|