Foo

class Foo

immutable pure nothrow
class Foo {
int x;
}

Examples

Foo foo = new Foo;

Meta