You've already forked linux-packaging-mono
8 lines
108 B
C#
8 lines
108 B
C#
![]() |
// CS1530: Keyword `new' is not allowed on namespace elements
|
||
|
// Line: 5
|
||
|
|
||
|
namespace A {
|
||
|
new class X {
|
||
|
}
|
||
|
}
|