| Priority |
Show-stopper |
| Type | Bug |
| State | Won't fix |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.1
|
| Fixed in build |
Next build |
RSRP-51577 |
CA::VB::IterateCollForeach: Not Available on some Strings |
|
|
Public Class Data
Sub Test()
Dim Lines() As String = New String(10) {}
For Each line As String In Lines
line
Next
End Sub
End Class