### Steps to reproduce 1. Go to https://play.bblf.sh, select `classdef.py`. 2. Use XPath: `//python:ClassDef/body` - it works, you can see `body_stmts` field. 3. Use XPath: `//python:ClassDef/body/*/body_stmts` - nothing is rendered. 4. Do the same with Network tab opened - you can clearly see a non-empty response.