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