```kotlin evolve(neighboring(1)) { it } ``` ```kotlin evolving(1) { neighboring(it) } ``` none should compile