1 /** 2 * Create a new Foo value as follows: 3 * 4 * val foo = Foo.create { 5 * type { "ABC" } 6 * } 7 */ foonull8 fun foo() { 9 10 }