1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00
Beef/IDE/Tests/BugW009/src/Gen.bf

18 lines
No EOL
177 B
Beef

using System;
namespace Bug
{
class Gen
{
public static Type Get()
{
//*ClassA
return typeof(ClassA);
/*@*/
/*ClassB
return typeof(ClassB);
*/
}
}
}