Closed zd-dalibor closed 13 years ago
I tried to create Mockolate form interface with:
[Rule] public var mocks:MockolateRule = new MockolateRule(); [Mock] public var mockIExample:IExample;
but I got this error:
Illegal override of IExample
where IExample is an interface.
IExample
Closing as I cannot reproduce it.
If this is still an issue, fee free to reopen the issue with an example project that demonstrates the issue.
I tried to create Mockolate form interface with:
but I got this error:
where
IExample
is an interface.