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