Casper Van Gheluwe
Results
3
issues of
Casper Van Gheluwe
Noticed a minor issue for this code (again from the dlang-koans repo) ``` d struct Student { int number; int []grades; } @Test public void structs_members_are_copied() { auto student1 =...
See issue #36 and (old) PR #33 for more information
## Versions - 0.3.8 ## Describe the bug As previously explained in the (failed) PR #33, the package currently uses the syntax `export type { TypeName } from './lib/module';` to...
bug