Bump API snapshot submodule
[mono.git] / mcs / errors / cs7095.cs
index 92c3ca1181bafc47506f45633f3c400b3b92f543..ecc74b30fff7f0a2548dd99c495466791fc9f3f9 100644 (file)
@@ -10,7 +10,7 @@ class X
        {
                try {
                        throw new ApplicationException ();
-               } catch if (true) {
+               } catch when (true) {
                        return 0;
                }
        }