IDEADEV-40041: the getter and setter method doesn't follow naming convention
[fedora-idea.git] / plugins / groovy / testdata / groovy / completion / PropertyWithSecondUpperLetter.groovy
blob90def8d621f403b61ec61efdeeb32fc6c0e190d2
1 class A{
2 def eMail;
3 def ePost;
6 def a=new A();
7 a.gete<caret>