Advertisement
Guest User

tmp.d

a guest
Nov 1st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.08 KB | None | 0 0
  1. module tmp;
  2. class FooClass
  3. {
  4.     mixin template Foo()
  5.     {
  6.         int a;
  7.     }
  8.     mixin Foo;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement