Support for showing rendered doc comments in editor
Fixed #KT-37361
This commit is contained in:
@@ -62,7 +62,8 @@ class CodeConformanceTest : TestCase() {
|
||||
"compiler/tests/org/jetbrains/kotlin/code/CodeConformanceTest.kt",
|
||||
"compiler/util/src/org/jetbrains/kotlin/config/MavenComparableVersion.java",
|
||||
"dependencies/protobuf/protobuf-relocated/build",
|
||||
"compiler/fir/lightTree/testData"
|
||||
"compiler/fir/lightTree/testData",
|
||||
"idea/testData/codeInsight/renderingKDoc"
|
||||
).map(::File)
|
||||
|
||||
private val COPYRIGHT_EXCLUDED_FILES_AND_DIRS = listOf(
|
||||
|
||||
Reference in New Issue
Block a user