Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit e04c588

Browse files
committed
Hide sip-23 behind the flag again.
1 parent 0a6bb4a commit e04c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/Global.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Global(var currentSettings: Settings, var reporter: Reporter)
7979
override def settings = currentSettings
8080

8181
// TODO: temporary flag to easily enable/disable SIP-23 (aka the type formerly known as 42.type)
82-
override def sip23: Boolean = true //settings.Xexperimental.value
82+
override def sip23: Boolean = settings.Xexperimental.value
8383

8484
/** Switch to turn on detailed type logs */
8585
var printTypings = settings.Ytyperdebug.value

0 commit comments

Comments
 (0)