Scope filtering according to type projections supported

This commit is contained in:
Andrey Breslav
2011-03-22 21:06:52 +03:00
parent 1ed0c11ce2
commit e6b0a64b14
23 changed files with 357 additions and 218 deletions
@@ -142,4 +142,8 @@ public class JetResolveTest extends ExtensibleResolveTestCase {
doTest("/resolve/ResolveOfInfixExpressions.jet", true, true);
}
public void testProjections() throws Exception {
doTest("/resolve/Projections.jet", true, true);
}
}