test read class with two properties
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
final class TwoFields {
|
||||
int a;
|
||||
short b;
|
||||
}
|
||||
Reference in New Issue
Block a user