We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa50a7 commit d2fced9Copy full SHA for d2fced9
src/com/goide/psi/impl/GoLightType.java
@@ -26,7 +26,7 @@
26
27
import java.util.List;
28
29
-public class GoLightType<E extends GoCompositeElement> extends LightElement implements GoType {
+public abstract class GoLightType<E extends GoCompositeElement> extends LightElement implements GoType {
30
@NotNull protected final E myElement;
31
32
protected GoLightType(@NotNull E e) {
0 commit comments