https://issues.dlang.org/show_bug.cgi?id=22859
--- Comment #2 from Tomoya Tanjo <[email protected]> --- Here is the error message caused by the reduced code: ```console > rdmd playground.d /dlang/dmd/linux/bin64/../../src/druntime/import/core/internal/traits.d(193): Error: forward reference of variable `isAssignable` onlineapp.d(12): Error: template instance `core.internal.traits.allSatisfy!(isAssignable, None, C1, C2)` error instantiating /dlang/dmd/linux/bin64/../../src/druntime/import/core/internal/traits.d(193): Error: template instance `core.internal.traits.F!(C2, C2)` error instantiating onlineapp.d(7): instantiated from here: `allSatisfy!(isAssignable, None, C2)` ``` --
