is there anyway i can disable/suppress this warnin...
# intellij
t
is there anyway i can disable/suppress this warning? 🤔 note: i’ve the highlighted classes in classpath, so the test am using this fragment works fine
as a workaround, move the imports to a separate string. Weirdly imports after
$imports
aren't reported as errors 🤔
t
that’s interesting.. 🤔 thanks
just tried this.. and it looks like its working.. and the separate string has to be multiline string. single line strings are detected 😄