Kotlin 2: Just accept the remaining comment differences for now

This commit is contained in:
Ian Lynagh
2023-11-28 15:24:12 +00:00
parent ce4253c17f
commit 80163c5aac
2 changed files with 8 additions and 46 deletions

View File

@@ -15,6 +15,9 @@ import org.jetbrains.kotlin.kdoc.lexer.KDocTokens
import org.jetbrains.kotlin.lexer.KtTokens
import org.jetbrains.kotlin.util.getChildren
// TODO: This doesn't give owners to as many comments as the PSI extractor does.
// See the library-tests/comments tests for details.
class CommentExtractorLighterAST(
fileExtractor: KotlinFileExtractor,
file: IrFile,