7 lines
No EOL
110 B
Text
7 lines
No EOL
110 B
Text
// Simple circular inheritance loop
|
|
|
|
class Main extends Other {
|
|
void main() {}
|
|
}
|
|
|
|
class Other extends Main {} |