All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wartremover.CompilerPluginCompat.scala Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package org.wartremover

import dotty.tools.dotc.core.Contexts.Context
import dotty.tools.dotc.plugins.PluginPhase

trait CompilerPluginCompat { self: Plugin =>
  override final def initialize(options: List[String])(using context: Context): List[PluginPhase] =
    initializeWartremoverPlugin(options, Option(context))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy