// Simple circular inheritance loop class Main extends Other { void main() {} } class Other extends Main {}