Add test for failing assertion in JetPropertyStub.createStub

Test for eec6fbb205
Delayed because test data was causing reindex of the whole project
This commit is contained in:
Pavel V. Talanov
2014-06-24 16:02:56 +04:00
parent 479711e812
commit 915bb208f0
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
PsiJetFileStubImpl[package=]
PACKAGE_DIRECTIVE:
PROPERTY:[fqName=c, hasDelegate=false, hasDelegateExpression=false, hasInitializer=true, hasReceiverTypeRef=false, hasReturnTypeRef=false, isTopLevel=true, isVar=false, name=c]
@@ -0,0 +1 @@
val c = [x] val a
@@ -166,6 +166,11 @@ public class StubBuilderTestGenerated extends AbstractStubBuilderTest {
doTest("idea/testData/stubs/ParametersWithFqName.kt");
}
@TestMetadata("PropertyAsPropertyInitalizerInvalidCode.kt")
public void testPropertyAsPropertyInitalizerInvalidCode() throws Exception {
doTest("idea/testData/stubs/PropertyAsPropertyInitalizerInvalidCode.kt");
}
@TestMetadata("QualifiedAnnotationOnFunction.kt")
public void testQualifiedAnnotationOnFunction() throws Exception {
doTest("idea/testData/stubs/QualifiedAnnotationOnFunction.kt");