Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / test-917.cs
blob6c82172d8cba68f5d4a51ebfc9ec5ee8b0f33507
1 public class Foo
3 public static class Nested
5 class bar
7 public static int value;
10 public static void Main ()
13 bool bar = false;
16 var i = bar.value;