Test data: adjust test data after prohibiting properties with typeparameters not used in receiver
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
// ERROR: Type parameter of a property must be used in its receiver type
|
||||
|
||||
class Owner<T> {
|
||||
val <R> <caret>p: R
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// ERROR: Property must be initialized or be abstract
|
||||
// ERROR: Type parameter of a property must be used in its receiver type
|
||||
|
||||
class Owner<T> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user