diff nocompile/cast_10.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents d3a3e0c251d8
children
line wrap: on
line diff
--- a/nocompile/cast_10.d	Mon May 07 05:19:35 2007 +0000
+++ b/nocompile/cast_10.d	Mon May 07 05:19:57 2007 +0000
@@ -17,7 +17,7 @@
 class Child : Parent {
 }
 
-void test(inout Parent p){
+void test(ref Parent p){
 }
 
 int main(){