Kotlin: Add a test case to be added

Found by Tamás
This commit is contained in:
Ian Lynagh
2021-10-20 13:01:53 +01:00
parent cd41d5b9cf
commit b9359bd119

View File

@@ -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() -> {