test read class with two properties

This commit is contained in:
Stepan Koltsov
2012-01-17 19:33:15 +04:00
parent 7954938cb8
commit cf8e901823
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package test;
final class TwoFields {
int a;
short b;
}