move some tests to the platform

This commit is contained in:
peter
2012-01-17 19:40:31 +01:00
parent 58ee860467
commit 95ed19181c
24 changed files with 2510 additions and 0 deletions
@@ -0,0 +1,2 @@
class AClass{
}
@@ -0,0 +1,3 @@
class Test {
AClass field;
}