/**
 * @prettier
 * This comment is before the first import, and so should never be moved.
 * https://github.com/IanVS/prettier-plugin-sort-imports/issues/81
 */

// second comment
import type { A } from 'a'; // a
import { b } from 'b';
import { a } from 'a';
