Stack forwarder don't not need explicit this when one of the arguments is this
[mono.git] / mcs / tests / test-16.cs
index 0b45b1fc5cf479a5bd37b3ef94c0168266e33214..3c59e917e191c39d521ce0560b5750e20aa461ee 100644 (file)
@@ -41,7 +41,9 @@ namespace Mine {
                        
                        int k = tmp;
 
+                       Console.WriteLine ("Convert from Foo to float");
                        float f = tmp;
+                       Console.WriteLine ("Converted");
 
                        // The following will not work till we fix our UserCast::Emit
                        // to convert the return value on the stack.