Reporter | Richard Dawson Funke (Richard.Dawson.Funke) |
---|---|
Created | Jan 13, 2012 8:05:25 PM |
Updated | Jan 13, 2012 8:05:25 PM |
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 |
This code marks the count variable wrongly as not in use.
Dim count As Integer = GetValue()
Dim cl As New TestClass(count)
Dim count As Integer = GetValue()
Dim cl As New TestClass(count)