[Java]

public class A

{

	public Comparable Method()

	{

		return new Comparable()

			{

				{

					int arg = 10;

				}

			};

	}

}