// Error: access a field from a non-class type (primitive type int) class Main { void main() { int a; write(a.end); } }