summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/doc/examples/plugintemplate/examples/BasicExample.scala
blob: d1f6c91cdc509874339d8f01058c276177c8d2c9 (plain) (blame)
1
2
3
4
5
6
7
8
package plugintemplate.examples

/** An example demonstrating the fancy features of the new
 *  compiler plugin.
 */
class BasicExample {
  def foo = ()
}