a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
19 lines
216 B
C#
19 lines
216 B
C#
using System.Runtime.InteropServices;
|
|
|
|
partial class C
|
|
{
|
|
public static void Foo (C c, [Optional] C c2)
|
|
{
|
|
}
|
|
}
|
|
|
|
partial class C
|
|
{
|
|
public static void Foo2 ([Optional] C c2)
|
|
{
|
|
}
|
|
|
|
public static void Main ()
|
|
{
|
|
}
|
|
} |