lambda: return type compatibility test

This commit is contained in:
anna
2012-09-17 19:35:41 +02:00
parent 45ba1d054a
commit 4adc3db92c
3 changed files with 43 additions and 1 deletions

View File

@@ -100,6 +100,10 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testLambdaRawOrNot() throws Exception {
doTest();
}
public void testReturnTypeCompatibility1() throws Exception {
doTest();
}
public void testNoInferenceResult() throws Exception {
doTest();