(defprotocol iTest (foo [_]))
gah 😄
`(defprotocol iTest (foo [_]))
You need a newline after a triple backtick, and you need to close the block with a second triple backtick.
(you may also need Preferences > Advanced > Input Options: when typing code with ` enter should not send message — otherwise you need shift-enter for a newline)