Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9359bd

Browse files
committed
Kotlin: Add a test case to be added
Found by Tamás
1 parent cd41d5b commit b9359bd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

java/kotlin-extractor/src/main/kotlin/KotlinExtractorExtension.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@ class X {
317317
f2(null)
318318
}
319319
}
320+
321+
TODO: Test case: This breaks kotlinc codegen currently, but up to IR is OK, so we can still have it in a qltest
322+
class X {
323+
fun <T : Int> f1(t: T?) {
324+
f1(null)
325+
}
326+
}
320327
*/
321328

322329
s.isArray() && s.arguments.isNotEmpty() -> {

0 commit comments

Comments
 (0)