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
Despite PICO is not up to date at the moment, I will use issues to make notes for myself and leave a comment section for discussion of desired behaviour.
public class Demo {
@Immutable Object o1, o2;
Demo(Object obj1, Object obj2) {
}
}
I think we are expecting fields not initialized error, but right now there is now errors.
The text was updated successfully, but these errors were encountered:
Despite PICO is not up to date at the moment, I will use issues to make notes for myself and leave a comment section for discussion of desired behaviour.
I think we are expecting fields not initialized error, but right now there is now errors.
The text was updated successfully, but these errors were encountered: