summaryrefslogtreecommitdiff
path: root/mcs/errors/CS1540-17-lib.cs
blob: 4f852c126b7cee84aa8c0dba5e1e785ad079576d (plain)
1
2
3
4
5
6
public abstract class A
{
	protected internal void Foo ()
	{
	}
}