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