Skip to content

Commit

Permalink
Removed trivial description for unnamed construction
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Jan 31, 2024
1 parent 18e8ecf commit fa4234e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/extensible-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ val age = 3
%(name, age)
```

We can also use class field for unnamed construction.

```scala mdoc:mline
class Foo:
val name = "tarao"
val age = 3

val record = %(name, age)

Foo().record
```

Field Access
------------

Expand Down

0 comments on commit fa4234e

Please sign in to comment.