Create from usage: Renamed all references of 'method' to 'function'.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Create method 'next' from usage" "true"
|
||||
// "Create function 'next' from usage" "true"
|
||||
class FooIterator<T> {
|
||||
fun hasNext(): Boolean { return false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user