http://d.puremagic.com/issues/show_bug.cgi?id=6185
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #15 from Kenji Hara <[email protected]> 2013-04-24 21:52:30 PDT --- https://github.com/D-Programming-Language/dmd/pull/1930 By the compiler change, this code void main() { import std.utf; "foo".toUTF16z; } Would be changed to valid, but // from issue 4525 class Foo { void bar(string s) {} void foo() { string str = "hello"; str.bar(); } } Would be kept invalid. Issue 8692, issue 8834, and issue 9515 are same. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
