[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1644-35.cs
index c97b37d9dbc30e725da6de49876a51abf2ea40dd..3b9a3b0917341ae7b8020f318dac36f0203c53de 100644 (file)
@@ -11,7 +11,7 @@ class X
                int x = 4;
                try {
                        throw null;
-               } catch (Exception) if (x > 0) {
+               } catch (Exception) when (x > 0) {
                }
        }
 }