When including a partial that has important indentation, for example: ``` <pre> fun something() { var x = 1; } </pre> ``` This is imported as a partial as: ``` <pre> fun something() { var x = 1; } </pre> ``` Which breaks the intention.