mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
18 lines
No EOL
177 B
Beef
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);
|
|
*/
|
|
}
|
|
}
|
|
} |