Skip to content

Commit f600afc

Browse files
committed
fix: groovy compatability issues
1 parent dee8948 commit f600afc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

marker/jvm-marker/src/main/kotlin/spp/jetbrains/marker/jvm/service/JVMArtifactCreationService.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ class JVMArtifactCreationService : IArtifactCreationService {
252252
}
253253

254254
return if (inlayMark == null) {
255-
if (ArtifactTypeService.isGroovy(element) && element.text != "}") {
256-
val uExpression = element.toUElement()
257-
if (uExpression !is UExpression && uExpression !is UDeclaration) return null
258-
}
259255
inlayMark = fileMarker.createExpressionSourceMark(
260256
element,
261257
SourceMark.Type.INLAY

0 commit comments

Comments
 (0)