mirror of https://github.com/sbt/sbt.git
Fix source compatibility with Scala < 2.10
This commit is contained in:
parent
4299ff76aa
commit
f1c05cb5eb
|
|
@ -86,6 +86,7 @@ abstract class Compat {
|
|||
|
||||
def enclosingTopLevelClass: Symbol = sym.toplevelClass
|
||||
def toplevelClass: Symbol = sourceCompatibilityOnly
|
||||
def isMacro: Boolean = false
|
||||
}
|
||||
|
||||
val DummyValue = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue