mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Merge pull request #10091 from tamasvajk/kotlin-data-class
Kotlin: Identify data classes during extraction
This commit is contained in:
@@ -0,0 +1 @@
|
||||
| dc.kt:1:1:1:71 | ProtoMapValue |
|
||||
@@ -0,0 +1,5 @@
|
||||
import java
|
||||
|
||||
from DataClass c
|
||||
where c.fromSource()
|
||||
select c
|
||||
Reference in New Issue
Block a user