blob: 19c5365b6f9ad5ea223bc89bf7dfa0294207c1a9 [file] [log] [blame]
/**
* Create a new Foo value as follows:
*
* val foo = Foo.create {
* type { "ABC" }
* }
*/
fun foo() {
}