Context Info in Groovy
[fedora-idea.git] / plugins / groovy / testdata / groovy / enterAction / spaces1.test
blob136e503dd1ce279456df3b73d9c92e0b88e99b47
1 class WWW {
2   def foo () {
3     int i = 42<caret>
4   }
6 -----
7 class WWW {
8   def foo () {
9     int i = 42
10     <caret>
11   }