<script>
	import thisShouldWarnMe from './MyComponent.svelte';
	let i;
</script>

<thisShouldWarnMe />
<i />