You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to suppress "inlined from" parts when printing trees
-Yshow-no-inline suppresses "inlined from" parts when printing trees. This is
useful when one has deeply inlined structures, as is the case when looking at `trace`ed code.
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ class ScalaSettings extends Settings.SettingGroup {
87
87
valYdisableFlatCpCaching=BooleanSetting("-YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
88
88
89
89
valYnoImports=BooleanSetting("-Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
0 commit comments