Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Include-a-file/Nemerle/include-a-file-1.nemerle
Normal file
1
Task/Include-a-file/Nemerle/include-a-file-1.nemerle
Normal file
|
|
@ -0,0 +1 @@
|
|||
using System.Console;
|
||||
4
Task/Include-a-file/Nemerle/include-a-file-2.nemerle
Normal file
4
Task/Include-a-file/Nemerle/include-a-file-2.nemerle
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
public partial class Foo : Bar // all parts of a partial class must have same access modifier;
|
||||
{ // the class that a partial class inherits from only needs to
|
||||
... // be specified in one location
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue