Reporter | Vladimir Reshetnikov (nikov) |
---|---|
Created | Mar 2, 2011 7:24:16 AM |
Updated | Jan 23, 2012 2:53:37 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Interface I Sub Foo(ByVal x As Date) End Interface
Result:
Interface I Sub Foo() Foo (Nothing) End Sub Sub Foo(ByVal x As Date) End Interface