src/main/kotlin/com/pestphp/pest/PestFunctionsUtil.kt [71:80]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val element = this.firstChild return element.children.filterIsInstance() .mapNotNull { it.statements } .getOrElse( 0 ) { element } .children .filterIsInstance() .mapNotNull { it.firstChild } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/pestphp/pest/PestUtil.kt [57:66]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val element = this.firstChild return element.children.filterIsInstance() .mapNotNull { it.statements } .getOrElse( 0 ) { element } .children .filterIsInstance() .mapNotNull { it.firstChild } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -