Java: Autoformat cookbook examples.

This commit is contained in:
Anders Schack-Mulligen
2019-08-02 15:27:28 +02:00
parent 34cdf7c96b
commit 9b74e9c4a4
16 changed files with 50 additions and 40 deletions

View File

@@ -11,6 +11,7 @@
import java
from CastExpr c
where c.getExpr().getType() instanceof FloatingPointType
and c.getType() instanceof IntegralType
where
c.getExpr().getType() instanceof FloatingPointType and
c.getType() instanceof IntegralType
select c