Example:
@Singleton class Foo{ } Foo foo = new Foo()
After the quick-fix is applied:
@Singleton class Foo{ } Foo foo = Foo.instance