repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs1644-6.cs
blob
6bf48ed6c2aa4c6adb361d48e8a9e7c719bd6274
1
// CS1644: Feature `partial types' cannot be used because it is not part of the C# 1.0 language specification
2
// Line: 5
3
// Compiler options: -langversion:ISO-1
4
5
partial class
Test
6
{
7
}