Skip to content

Commit f0bb7ce

Browse files
authored
Named Tuples has implementation
1 parent 2d289fa commit f0bb7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/named-tuples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: sip
33
permalink: /sips/named-tuples.html
44
stage: implementation
5-
status: waiting-for-implementation
5+
status: under-review
66
presip-thread: https://contributors.scala-lang.org/t/pre-sip-named-tuples/6403/164
77
title: SIP-58 - Named Tuples
88
---
@@ -774,4 +774,4 @@ type Person = (name: String, age: Int, addr: Address)
774774
def x4: Iterator[City] = run(q4)
775775
def x5: Iterator[(name: String, num: Int)] = run(q5)
776776
def x6: Iterator[(name: String, zipCode: Int)] = run(q6)
777-
```
777+
```

0 commit comments

Comments
 (0)