c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
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 ()
|
|
{
|
|
}
|
|
} |