compiler testdata: s/trait/interface
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
fun <T> foo(t: T<!WRONG_NUMBER_OF_TYPE_ARGUMENTS!><String, Int><!>) {}
|
||||
|
||||
trait A
|
||||
interface A
|
||||
class B<T: A>
|
||||
fun <T> foo1(t: T<!WRONG_NUMBER_OF_TYPE_ARGUMENTS!><B<<!UPPER_BOUND_VIOLATED!>String<!>>><!>) {}
|
||||
Reference in New Issue
Block a user