blob: 19c5365b6f9ad5ea223bc89bf7dfa0294207c1a9 [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001/**
2 * Create a new Foo value as follows:
3 *
4 * val foo = Foo.create {
5 * type { "ABC" }
6 * }
7 */
8fun foo() {
9
10}