-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
If I put this through SharpKit:
public static class Test
{
internal enum TestEnum
{
C = 0, D = 1
}
private class TestInner
{
internal enum TestInnerEnum
{
A = 0, B = 1
}
}
public static void RunTest()
{
Console.Write(TestInner.TestInnerEnum.A);
}
}
TestInnerEnum is not defined anywhere (but TestEnum is).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels