This commit is contained in:
Dmitry Jemerov
2009-09-11 21:42:33 +04:00
parent bc26e78741
commit 313d605b6b
11 changed files with 4 additions and 4 deletions
@@ -0,0 +1,7 @@
class A{
{
final int a = 1;
final int b = 2;
final int c = 3;
}
}