### Version 2.3.3 ### Reproduction link http://jsfiddle.net/p861bj9y/ ### Steps to reproduce I created a minimal reproduction of the behavior I am trying to test, the example just needs JSX to work. ### What is expected? The properties passed down from parent should show up in `ctx.injections`. ### What is actually happening? `Ctx.injections` exists but remains empty. The properties are not being passed down to the functional component context. <!-- generated by vue-issues. DO NOT REMOVE -->