Scope filtering according to type projections supported
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user