15 lines
148 B
C#
15 lines
148 B
C#
// Compiler options: -r:test-921-lib.dll
|
|
|
|
using Reference;
|
|
|
|
class A
|
|
{
|
|
void Foo (IA a)
|
|
{
|
|
IB b = a.Equals;
|
|
}
|
|
|
|
public static void Main ()
|
|
{
|
|
}
|
|
} |