--TEST-- Exception with bad line number --TEMPLATE-- {% block content %} {{ foo }} {{ include("foo") }} {% endblock %} index --TEMPLATE(foo)-- foo {{ foo.bar }} --DATA-- return ['foo' => 'foo'] --EXCEPTION-- Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in "foo" at line 3.