Removed 'INSTANCE' field from companions
This commit is contained in:
@@ -7,11 +7,6 @@ public final class C {
|
||||
public C() { /* compiled code */ }
|
||||
|
||||
public static final class Companion {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public static final C.Companion INSTANCE;
|
||||
|
||||
private Companion() { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user