Skip to content

Commit d2fced9

Browse files
committed
Make lighttype abstract
1 parent faa50a7 commit d2fced9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/goide/psi/impl/GoLightType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import java.util.List;
2828

29-
public class GoLightType<E extends GoCompositeElement> extends LightElement implements GoType {
29+
public abstract class GoLightType<E extends GoCompositeElement> extends LightElement implements GoType {
3030
@NotNull protected final E myElement;
3131

3232
protected GoLightType(@NotNull E e) {

0 commit comments

Comments
 (0)