Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
250
Fixed in build
252
  • Submitted by   Eugene Pasynkov
    3 years ago (06 Aug 2006 18:21)
  • Updated by Eugene Pasynkov
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-26143
    (history, comments)

RSRP-26143

Bug in resolve

0
R# 250 indicates the following code as error, while the Microsoft
compiler compiles it without any problem. Who is wrong (according to the
specs ;))?


using System.Collections.Generic;

namespace MyNameSpace.List {

public class TheList {
}

}

namespace MyNameSpace {

public class MyTestClass {

List<string> test;

}

}

The error is indicated at the Line "List<string> test;". The indicated
error is "Type name expected, but namespace found".

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments