Merge pull request #14018 from igfoo/igfoo/extractor_information_kotlin1

Kotlin: Write usesK2 ("uses Kotlin 2") information to the database
This commit is contained in:
Ian Lynagh
2023-09-04 13:38:23 +01:00
committed by GitHub
14 changed files with 70 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ predicate extractorTotalDiagnostics(string key, int value) {
from string key, int value
where
not extractorInformationSkipKey(key) and
not exists(string pattern | extractorInformationSkipKey(pattern) and key.matches(pattern)) and
(
compilationInfo(key, value) or
fileCount(key, value) or