Merge pull request #10889 from smowton/smowton/fix/enum-entry-class-warning

Kotlin: Don't warn on extracting an enum-entry class
This commit is contained in:
Chris Smowton
2022-10-20 22:08:29 +01:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import java
import semmle.code.java.Diagnostics
select any(Diagnostic d | not d.toString().matches("Not rewriting trap file for%"))