ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / plugins / groovy / testdata / groovy / enterAction / gdoc10.test
blobe23d901a79eab6eec22c946564ab60fc94f7b6ef
1 /**<caret>
2 def foo(int x, int y){}
3 -----
4 /**
5  * <caret>
6  * @param x
7  * @param y
8  * @return
9  */
11 def foo(int x, int y){}