mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Kotlin: Add a test case to be added
Found by Tamás
This commit is contained in:
@@ -317,6 +317,13 @@ class X {
|
||||
f2(null)
|
||||
}
|
||||
}
|
||||
|
||||
TODO: Test case: This breaks kotlinc codegen currently, but up to IR is OK, so we can still have it in a qltest
|
||||
class X {
|
||||
fun <T : Int> f1(t: T?) {
|
||||
f1(null)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
s.isArray() && s.arguments.isNotEmpty() -> {
|
||||
|
||||
Reference in New Issue
Block a user