// A primitive variable doesn't have methods class Main { int a; void main() { a.go(); } }