Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.19 KB | None | 0 0
  1. import std.container;
  2.  
  3. shared class A {
  4.     Array!(int) a; // error with no line
  5. }
  6.  
  7. // shared Array!(int) a; // uncomment this cause the compiler to ignore the previous error
  8.  
  9. void main() {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement