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
public class Hello {
// TODO: no code for initialize variables
// TODO: need to discuss whether support this style
private int i = maybe("i") {1, 2, 3};
private Hello self = maybe("self") {new Hello()};
}
The text was updated successfully, but these errors were encountered:
public class Hello {
// TODO: no code for initialize variables
// TODO: need to discuss whether support this style
private int i = maybe("i") {1, 2, 3};
private Hello self = maybe("self") {new Hello()};
}
The text was updated successfully, but these errors were encountered: