RosettaCodeData/Task/Include-a-file/Nemerle/include-a-file-2.nemerle
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

4 lines
253 B
Text

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
}