πΌMembers
class Y {
let x: i32;
// ^^^
let b: f32 = 3.14;
// ^^^^ Initialized at the constructor
}Last updated
class Y {
let x: i32;
// ^^^
let b: f32 = 3.14;
// ^^^^ Initialized at the constructor
}Last updated