* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
[mcs.git] / tests / test-539.cs
blob8f4ae7b6d56d5bbf0b8a5037cb3412258f4c9c0e
1 // Compiler options: -warnaserror -warn:4
3 using System;
5 public class Test
7 static void Main ()
9 try {
10 } catch (Exception) {
11 } catch {