8 lines
No EOL
96 B
Text
8 lines
No EOL
96 B
Text
// A primitive variable doesn't have methods
|
|
|
|
class Main {
|
|
int a;
|
|
void main() {
|
|
a.go();
|
|
}
|
|
} |