summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/Prop.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/sys/Prop.scala')
-rw-r--r--src/library/scala/sys/Prop.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library/scala/sys/Prop.scala b/src/library/scala/sys/Prop.scala
index 17ae8cb69c..52a3d89ecb 100644
--- a/src/library/scala/sys/Prop.scala
+++ b/src/library/scala/sys/Prop.scala
@@ -58,6 +58,10 @@ trait Prop[+T] {
*/
def option: Option[T]
+ // Do not open until 2.12.
+ //** This value if the property is set, an alternative value otherwise. */
+ //def or[T1 >: T](alt: => T1): T1
+
/** Removes the property from the underlying map.
*/
def clear(): Unit