2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-exmethod-26-lib.cs
blob06be7940a8fa89a36d58d067cba7589f11f07dcb
1 // Compiler options: -target:library
3 using System;
5 namespace Test2
7 static class Extensions {
8 public static bool IsNullable (this Type self)
10 return true;