Kotlin: Autoformat QL

This commit is contained in:
Ian Lynagh
2022-03-23 18:03:55 +00:00
parent c5e3aefe10
commit 77fec17a36
51 changed files with 316 additions and 243 deletions

View File

@@ -3,6 +3,7 @@ import java
// File classes should only be extracted if we need somewhere to
// put top-level members.
from Class c
where file_class(c)
and not exists(c.getAMember())
where
file_class(c) and
not exists(c.getAMember())
select c