We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aebb72 commit 9b7fa6aCopy full SHA for 9b7fa6a
tests/pos/fieldsOf.scala
@@ -1,3 +1,5 @@
1
+import language.experimental.namedTuples
2
+
3
case class Person(name: String, age: Int)
4
5
type PF = NamedTuple.From[Person]
0 commit comments