typo (IDEADEV-41471)

This commit is contained in:
anna
2009-11-26 14:53:00 +03:00
parent 97d29be17f
commit c51ac96762
5 changed files with 60 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
class Test {
int myI;
void foo(int <caret>i){
myI = i;
}
}