1
0
Fork 0
easejs/test/Trait
Mike Gerwitz 14bd552361 Trait can now implement interfaces
Note the incomplete test case: the next commit will introduce the ability
for mixins to override methods that may have already been defined.
2014-03-15 21:16:27 -04:00
..
AbstractTest.js Began testing class subtyping with mixins 2014-03-15 21:16:27 -04:00
ClassVirtualTest.js Trait can now implement interfaces 2014-03-15 21:16:27 -04:00
DefinitionTest.js Trait method return value implementation correction and testing 2014-03-15 21:16:27 -04:00
ImmediateTest.js Added immediate partial class invocation support after mixin 2014-03-15 21:16:27 -04:00
LinearizationTest.js Began Scala-influenced linearization implementation 2014-03-15 21:16:27 -04:00
MixedExtendTest.js Added support for mixing in traits using use method on a base class 2014-03-15 21:16:27 -04:00
NamedTest.js Began named trait implementation 2014-03-15 21:16:27 -04:00
ScopeTest.js Classes can now access trait protected members 2014-03-07 00:47:43 -05:00
VirtualTest.js Trait method return value implementation correction and testing 2014-03-15 21:16:27 -04:00