Changed imports semantics: imports order does not affect resolve, explicit imports have higher priority for classes
This commit is contained in:
@@ -8,7 +8,7 @@ import testing.allUnder.*
|
||||
|
||||
// The goal is to activate lazy resolve in order Second, Other
|
||||
class FirstOrder: `other`Other, FirstInternal
|
||||
trait FirstInternal: `allUnder`Second
|
||||
trait FirstInternal: `exact`Second
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ import testing.allUnder.*
|
||||
|
||||
// The goal is to activate lazy resolve in order Other, Second
|
||||
class FirstOrder: FirstInternal, `other`Other
|
||||
trait FirstInternal: `allUnder`Second
|
||||
trait FirstInternal: `exact`Second
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user