Unverified Commit d0ca8535 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Add source locators to all subclasses of BaseModule (#3624)

This is implemented using the compiler plugin so that:
1. The source locator points to the first character of the class name.
2. Users don't accept implicit sourceInfos as arguments to their module
   classes (this would override all source locators in the body of the
   class).
parent 1b64e061
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment