Minor: fix quickfix tests (get/set functions are now created correctly, merge issue)
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
||||
// "Create member function 'get'" "true"
|
||||
// ERROR: operator modifier is required on 'get' in 'Foo'
|
||||
|
||||
class Foo<T, S: Iterable<T>> {
|
||||
fun <U> x (y: Foo<U, Iterable<U>>) {
|
||||
|
||||
Reference in New Issue
Block a user