EA-63343 - assert: DescriptorUtils.getClassDescriptorForTypeConstructor

#KT-6835 Fixed
This commit is contained in:
Andrey Breslav
2015-02-21 13:41:07 +03:00
parent d70d2ca146
commit a00a118f94
4 changed files with 37 additions and 1 deletions
@@ -819,6 +819,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("typeParameterAsAnnotation.kt")
public void testTypeParameterAsAnnotation() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/typeParameterAsAnnotation.kt");
doTest(fileName);
}
@TestMetadata("UnresolvedAnnotationOnObject.kt")
public void testUnresolvedAnnotationOnObject() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/UnresolvedAnnotationOnObject.kt");