11 lines
181 B
Text
11 lines
181 B
Text
class @Some_Type
|
|
{
|
|
@Some_Type @Method_With_Underscore(int RIGHT)
|
|
{
|
|
// Filler
|
|
// Filler
|
|
|
|
// ChangeMe
|
|
return new @Some_Type();
|
|
}
|
|
}
|