Hi! Could you please explain if it is an Intellij bug which suggests to add
final
or I miss something?
gavvvr
05/28/2019, 7:55 AM
Btw, if I make
val jdbc
private
, the warning disappears
k
karelpeeters
05/28/2019, 10:28 AM
Do you have the compiler plugin that makes all spring-related classes open? Maybe that's what's happening to that property too, and the IDE struggling with that.
☝️ 1
a
Alexey Belkov [JB]
05/28/2019, 11:33 AM
Looks like a bug in inspection. Can you please report it to http://kotl.in/issue with sample code to reproduce? Thanks!