Reporter | Vladimir Reshetnikov (nikov) |
---|---|
Created | Jan 5, 2012 4:36:16 AM |
Updated | Jan 5, 2012 4:36:16 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Imports System Interface I Property X As Action End Interface Class C Implements I Property X As Action = Sub() If True Then Else Console.WriteLine : Implements I.X End Class