X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-306.cs;h=0e020b1cbdbf6d9e9e1c2c30fe37bb5252564c9b;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=0a7efb1760200c69f755428c0512f183bd61d67d;hpb=b16cf37a8d93db28650210c829d53dc2b339e4e7;p=mono.git diff --git a/mcs/tests/gtest-306.cs b/mcs/tests/gtest-306.cs index 0a7efb17602..0e020b1cbdb 100644 --- a/mcs/tests/gtest-306.cs +++ b/mcs/tests/gtest-306.cs @@ -1,25 +1,25 @@ -using System; - -public partial class FuParentClass -{ - public FuParentClass () - { - } -} - -public partial class FuParentClass -{ - public class FuChildClass - { - public FuChildClass () - { - } - } -} - -class C -{ - public static void Main () - { - } -} +using System; + +public partial class FuParentClass +{ + public FuParentClass () + { + } +} + +public partial class FuParentClass +{ + public class FuChildClass + { + public FuChildClass () + { + } + } +} + +class C +{ + public static void Main () + { + } +}