mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Disable Kotlin element of test library-tests/frameworks/android/widget
This is disabled for now because Kotlin doesn't extract java.lang.CharSequence.toString, even though that interface redeclares toString, and JDK18 points a call (syntactically to Editable.toString) that previous JDKs pointed at Object.toString. This produces a database inconsistency that should be fixed Kotlin-side.
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
failures
|
||||
valueOf
|
||||
| TestWidgetKt.kt:10:16:10:25 | valueOf(...) |
|
||||
| TestWidgetKt.kt:13:17:13:26 | valueOf(...) |
|
||||
Reference in New Issue
Block a user