Closed andriy-dmytruk closed 1 month ago
Add support for casting expressions that will look like:
(Type) value
value as Type
Seems required for https://github.com/micronaut-projects/micronaut-sourcegen/issues/126.
Failed conditions 0.0% Coverage on New Code (required ≥ 70%)
See analysis details on SonarCloud
Add support for casting expressions that will look like:
(Type) value
for Java/Groovyvalue as Type
for KotlinSeems required for https://github.com/micronaut-projects/micronaut-sourcegen/issues/126.