Add support for RxJava's nullability annotations.

This commit is contained in:
Christopher Horner
2017-04-19 13:29:35 +10:00
committed by Denis Zharkov
parent aee5326ca7
commit 8df40eaa46
7 changed files with 130 additions and 3 deletions
@@ -77,4 +77,10 @@ public class ForeignAnnotationsTestGenerated extends AbstractForeignAnnotationsT
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/foreignAnnotations/tests/lombokSimple.kt");
doTest(fileName);
}
@TestMetadata("rxjava.kt")
public void testRxjava() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/foreignAnnotations/tests/rxjava.kt");
doTest(fileName);
}
}