make a class that can be constructed like so: ```v...
# getting-started
h
make a class that can be constructed like so:
Copy code
val thing = MyClass {
    foo = 31
    bar = "hello, world!"
}