5 lines
No EOL
74 B
Text
5 lines
No EOL
74 B
Text
// Test inheritance of itself
|
|
|
|
class Main extends Main {
|
|
void main() {}
|
|
} |