package test_package; interface IBaz { oneway void CanYouDealWithThisBar(in some_package.IBar bar); }