``` /// module main; /// interface SomeInterface { void someFunc(); } /// version(D_Ddoc){ final class SomeClass : SomeInterface { void someFunc() {} } } void main() { } ``` Result:  You can also see strange positioning of `final` keyword.
Result:
You can also see strange positioning of
finalkeyword.