aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/language.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/language.scala')
-rw-r--r--src/dotty/language.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dotty/language.scala b/src/dotty/language.scala
index 0ed75bd26..416a4281b 100644
--- a/src/dotty/language.scala
+++ b/src/dotty/language.scala
@@ -6,7 +6,4 @@ object language {
/** Keep union types */
val keepUnions = new Feature
-
- val f = "".contains("", (_: Int))
-
}