cs1525-23.cs 152 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
// CS1525: Unexpected symbol `public', expecting `:', `;', or `{'
// Line: 5

class TorrentEditor {
	TorrentEditor ()

	public TorrentEditor ()
	{
	}
}