If the underlying class is a inner (non-static nested) class, a new instance will be created using null
as the this$0 synthetic reference. The instantiated object will work as long as it actually don't use any member variable or method fron the enclosing instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|