mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-359853 add a Jvm name for TokenList.kt
GitOrigin-RevId: c41d2f58f48822002c8a5bbc795fd087ef2fdeb1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2d7799ac9
commit
019bce4330
+1
-1
@@ -33,7 +33,7 @@ import org.jetbrains.annotations.PropertyKey;
|
||||
import java.util.function.Function;
|
||||
import java.util.function.Predicate;
|
||||
|
||||
import static com.intellij.platform.syntax.lexer.TokenListKt.tokenListLexer;
|
||||
import static com.intellij.platform.syntax.lexer.TokenListUtil.tokenListLexer;
|
||||
import static com.intellij.psi.impl.source.BasicJavaDocElementType.BASIC_DOC_COMMENT;
|
||||
|
||||
@ApiStatus.Experimental
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.lang.java.parser
|
||||
|
||||
import com.intellij.platform.syntax.psi.PsiSyntaxBuilder
|
||||
import com.intellij.pom.java.LanguageLevel
|
||||
|
||||
class PsiSyntaxBuilderWithLanguageLevel(
|
||||
val builder: PsiSyntaxBuilder,
|
||||
val languageLevel: LanguageLevel,
|
||||
)
|
||||
Reference in New Issue
Block a user