writing class signature

P. S. I'm going to refactor/cleanup code after feature is implemented
This commit is contained in:
Stepan Koltsov
2011-12-11 23:04:01 +04:00
parent ae6c8d6f78
commit 1260ba7a5f
4 changed files with 39 additions and 3 deletions
@@ -0,0 +1,7 @@
class Simple {
{
jet.typeinfo.TypeInfo blabla = null;
new Impossible<String>(blabla);
}
}