blob: cca6d2eb00471e5493dfc7e69750a59d86c11fc2 [file] [log] [blame]
package test;
class My {
@field int prop;
@field int get() { return prop; }
}