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