package oop.JavaGrinder.Tests; /** * Tests the extends keyword */ public class ExtensionTest extends CompileTest { }