class Foo
{
final int i
Foo(int i)
{
this.i=i;
}
}

이렇게 하면 컴파일에러나던데

방법 없나여