typo (IDEADEV-41471)

This commit is contained in:
anna
2009-11-26 21:16:22 +03:00
parent 97d29be17f
commit c51ac96762
5 changed files with 60 additions and 6 deletions
@@ -0,0 +1,6 @@
class Test {
int myI;
void foo(int i){
this.myI = i;
}
}