sbt/compile/interface
Adriaan Moors 1ce1123054 API only tracks declared type of self variable
The only aspect of the self variable that's relevant for
incremental compilation is its explicitly declared type,
and only when it's different from the type of the class that declares it.

Technically, any self type that's a super type of the class could be ignored,
as it cannot affect external use (instantiation/subclassing) of the class.
2016-01-06 13:56:54 -05:00
..
src API only tracks declared type of self variable 2016-01-06 13:56:54 -05:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00