We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74088d2 commit b4eef3eCopy full SHA for b4eef3e
src/dotty/tools/dotc/repl/Interpreter.scala
@@ -31,11 +31,6 @@ trait Interpreter {
31
*/
32
def interpret(line: String)(implicit ctx: Context): Result
33
34
- /** Compile a string without exectuting the result.
35
- * Returns true if there are no compilation errors, false otherwise.
36
- */
37
- def compileString(code: String)(implicit ctx: Context): Boolean
38
-
39
/** Suppress output during evaluation of `operation`. */
40
def beQuietDuring[T](operation: => T): T
41
}
0 commit comments