6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
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 ()
|
|
{
|
|
}
|
|
} |