Menu

#58 Parsing multidimensional function return types.

open
nobody
Parsing (14)
5
2009-11-05
2009-11-05
Anonymous
No

Input (pre-NArrange):
Private Shared Function getProcessedFiles(ByRef rfs As List(Of ReportFile)) As String(,)

Output (post-NArrange):
Private Shared Function getProcessedFiles(ByRef rfs As List(Of ReportFile)) As String(
,)

Compilation then fails because of a newline being inserted immediately after the open parametheses and before the comma.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB