GitOrigin-RevId: a7fedb468cc0c5d443b2822b979db746fb814fbe
This commit is contained in:
Gregory.Shrago
2020-05-13 14:41:01 +00:00
committed by intellij-monorepo-bot
parent 41f6e88b15
commit cc946b54f3
@@ -10,7 +10,7 @@ import com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry
import org.jetbrains.annotations.NotNull;
abstract class JsonLiteralMixin extends JsonElementImpl implements JsonLiteral {
protected JsonLiteralMixin(ASTNode node) {
protected JsonLiteralMixin(@NotNull ASTNode node) {
super(node);
}