We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee8948 commit f600afcCopy full SHA for f600afc
marker/jvm-marker/src/main/kotlin/spp/jetbrains/marker/jvm/service/JVMArtifactCreationService.kt
@@ -252,10 +252,6 @@ class JVMArtifactCreationService : IArtifactCreationService {
252
}
253
254
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
- }
259
inlayMark = fileMarker.createExpressionSourceMark(
260
element,
261
SourceMark.Type.INLAY
0 commit comments