Skip to content

Commit 1e29c4f

Browse files
EugeneFlesselleodersky
authored andcommitted
import language.experimental.namedTuples in pos/fieldsOf.scala
1 parent 8d6fa37 commit 1e29c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos/fieldsOf.scala

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import language.experimental.namedTuples
2+
13
case class Person(name: String, age: Int)
24

35
type PF = NamedTuple.From[Person]

0 commit comments

Comments
 (0)