We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6fa37 commit 1e29c4fCopy full SHA for 1e29c4f
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