Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs0144-3.cs')
-rw-r--r--mcs/errors/cs0144-3.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/errors/cs0144-3.cs b/mcs/errors/cs0144-3.cs
deleted file mode 100644
index 0f1adba2844..00000000000
--- a/mcs/errors/cs0144-3.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-// cs0144-3.cs: Cannot create an instance of the abstract class or interface `ITest'
-// Line: 9
-// Compiler options: -r:CS0144-3-lib.dll
-
-public class SampleClass {
- public void Main ()
- {
- ITest modelo;
- modelo= new ITest ();
- }
-} \ No newline at end of file