[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
inline fun <reified T : CharSequence?> foo(y: Any?) {
|
||||
if (y is T?) {
|
||||
if (y != null) {
|
||||
bar(y)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(x: CharSequence) {}
|
||||
Reference in New Issue
Block a user