https://issues.dlang.org/show_bug.cgi?id=16468 --- Comment #1 from Sophie <meapineapple at gmail.com> --- I thought to use typeof({super(x);}) as a workaround but this generates a compilation error "Super class constructor call must be in a constructor" --