Open masonwheeler opened 9 years ago
Assembly 1:
callable FooDelegate(ref int)
Assembly 2: class Foo: private del as FooDelegate
private def DoFoo(ref int): pass def constructor(): del = self.DoFoo
Expected: This should work Observed: Cannot convert 'callable(ref int) as void' to 'FooDelegate'. (BCE0022)
Cannot convert 'callable(ref int) as void' to 'FooDelegate'. (BCE0022)
Assembly 1:
Assembly 2: class Foo: private del as FooDelegate
Expected: This should work Observed:
Cannot convert 'callable(ref int) as void' to 'FooDelegate'. (BCE0022)