Interface-to-class tests: all green (compile server).

This commit is contained in:
Dmitry Boulytchev
2012-02-14 15:11:46 +04:00
parent 3fbf03363e
commit dbf6a5ab15
53 changed files with 2132 additions and 1 deletions
@@ -0,0 +1,4 @@
abstract class Factory {
abstract Product create();
}