```ts class Foo { a = 2.0 static readonly PI = 3.14 constructor(public b = 1, public c = 1.0) {} } ```