Context Info in Groovy
[fedora-idea.git] / plugins / groovy / testdata / groovy / enterAction / gdoc11.test
blob018419abb4ced41cc979a3372ec1107f490b0559
1 /**<caret>
2 void foo(int x, int y){}
3 -----
4 /**
5  * <caret>
6  * @param x
7  * @param y
8  */
9 void foo(int x, int y){}