Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/src/scala/runtime/stdLibPatches/language.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object language:

/** Experimental support for named tuples.
*
* @see [[https://dotty.epfl.ch/docs/reference/experimental/into-modifier]]
* @see [[https://github.com/scala/improvement-proposals/pull/72]]
*/
@compileTimeOnly("`namedTuples` can only be used at compile time in import statements")
object namedTuples
Expand Down