Create from usage: Renamed all references of 'method' to 'function'.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// "Create method 'next' from usage" "true"
|
||||
// "Create function 'next' from usage" "true"
|
||||
class FooIterator<T> {
|
||||
fun hasNext(): Boolean { return false }
|
||||
fun next(): Int {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created methods use File | Settings | File Templates.
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
}
|
||||
class Foo<T> {
|
||||
|
||||
Reference in New Issue
Block a user