http://d.puremagic.com/issues/show_bug.cgi?id=6774



--- Comment #7 from Don <clugd...@yahoo.com.au> 2012-11-14 23:55:13 PST ---
Reduced test case for comment 5:
----
void foo(T)(ref immutable(T) data) {}

void test6774() {
  immutable a = 2.0f;
  foo!(float)(a);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to