You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line above will generate an error in the generated code for a generic class. error: <identifier> expected ObjectResponse.Builder builder = ObjectResponse<T>.<T>builder();
The text was updated successfully, but these errors were encountered:
liniminil
changed the title
Build failed when generating the read method for a generic class
Build failed in the generated read method for a generic class
Oct 16, 2019
auto-value-gson/auto-value-gson/src/main/java/com/ryanharter/auto/value/gson/AutoValueGsonExtension.java
Line 677 in a1aa36e
The line above will generate an error in the generated code for a generic class.
error: <identifier> expected ObjectResponse.Builder builder = ObjectResponse<T>.<T>builder();
version: 1.1.0
The text was updated successfully, but these errors were encountered: