[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
fun <T> foo(t: T<String, Int>) {}
|
||||
|
||||
interface A
|
||||
class B<T: A>
|
||||
fun <T> foo1(t: T<B<String>>) {}
|
||||
Reference in New Issue
Block a user