Test data: adjust test data after prohibiting properties with typeparameters not used in receiver
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
// !DIAGNOSTICS: -MUST_BE_INITIALIZED
|
||||
// !DIAGNOSTICS: -MUST_BE_INITIALIZED -TYPE_PARAMETER_OF_PROPERTY_NOT_USED_IN_RECEIVER
|
||||
fun <T: <!CYCLIC_GENERIC_UPPER_BOUND!>T<!>> foo() {}
|
||||
val <T: <!CYCLIC_GENERIC_UPPER_BOUND!>T?<!>> prop: T
|
||||
|
||||
Reference in New Issue
Block a user