X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs1503.cs;h=800722ea6c17194c51f5513632acc0e18af8c8fe;hb=0b65fb9d99f02f2a330b20eafcfe57fec34c0465;hp=577b9880200e45299df7460dde13cfbbd387d5bd;hpb=93cf36c2cece0c15f3eadf85765817a52749cf0d;p=mono.git diff --git a/mcs/errors/cs1503.cs b/mcs/errors/cs1503.cs index 577b9880200..800722ea6c1 100644 --- a/mcs/errors/cs1503.cs +++ b/mcs/errors/cs1503.cs @@ -1,17 +1,17 @@ -// CS1503: Argument `#1' cannot convert `int' expression to type `bool' -// Line: 15 - -class A -{ - public static void Foo (bool test) - { - } -} - -class B -{ - public static void Main() - { - A.Foo (1); - } -} +// CS1503: Argument `#1' cannot convert `int' expression to type `bool' +// Line: 15 + +class A +{ + public static void Foo (bool test) + { + } +} + +class B +{ + public static void Main() + { + A.Foo (1); + } +}