summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastTypesTestGenerated.java
blob: eacc2ec1c29348d08b15a0e19b948cd308c6f52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.

package org.jetbrains.kotlin.idea.fir.uast;

import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.idea.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.idea.test.KotlinTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
import org.jetbrains.kotlin.idea.test.TestRoot;
import org.junit.runner.RunWith;

/**
 * This class is generated by {@link org.jetbrains.kotlin.testGenerator.generator.TestGenerator}.
 * DO NOT MODIFY MANUALLY.
 */
@SuppressWarnings("all")
@TestRoot("uast/uast-kotlin-fir")
@TestDataPath("$CONTENT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
@TestMetadata("../uast-kotlin/tests/testData")
public class FirLegacyUastTypesTestGenerated extends AbstractFirLegacyUastTypesTest {
    private void runTest(String testDataFilePath) throws Exception {
        KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
    }

    @TestMetadata("AnnotatedExpressions.kt")
    public void testAnnotatedExpressions() throws Exception {
        runTest("../uast-kotlin/tests/testData/AnnotatedExpressions.kt");
    }

    @TestMetadata("AnnotatedTypes.kt")
    public void testAnnotatedTypes() throws Exception {
        runTest("../uast-kotlin/tests/testData/AnnotatedTypes.kt");
    }

    @TestMetadata("AnnotationComplex.kt")
    public void testAnnotationComplex() throws Exception {
        runTest("../uast-kotlin/tests/testData/AnnotationComplex.kt");
    }

    @TestMetadata("AnnotationParameters.kt")
    public void testAnnotationParameters() throws Exception {
        runTest("../uast-kotlin/tests/testData/AnnotationParameters.kt");
    }

    @TestMetadata("Anonymous.kt")
    public void testAnonymous() throws Exception {
        runTest("../uast-kotlin/tests/testData/Anonymous.kt");
    }

    @TestMetadata("Assertion.kt")
    public void testAssertion() throws Exception {
        runTest("../uast-kotlin/tests/testData/Assertion.kt");
    }

    @TestMetadata("Bitwise.kt")
    public void testBitwise() throws Exception {
        runTest("../uast-kotlin/tests/testData/Bitwise.kt");
    }

    @TestMetadata("BrokenDataClass.kt")
    public void testBrokenDataClass() throws Exception {
        runTest("../uast-kotlin/tests/testData/BrokenDataClass.kt");
    }

    @TestMetadata("BrokenMethod.kt")
    public void testBrokenMethod() throws Exception {
        runTest("../uast-kotlin/tests/testData/BrokenMethod.kt");
    }

    @TestMetadata("ClassAnnotation.kt")
    public void testClassAnnotation() throws Exception {
        runTest("../uast-kotlin/tests/testData/ClassAnnotation.kt");
    }

    @TestMetadata("CommentOwners.kt")
    public void testCommentOwners() throws Exception {
        runTest("../uast-kotlin/tests/testData/CommentOwners.kt");
    }

    @TestMetadata("Comments.kt")
    public void testComments() throws Exception {
        runTest("../uast-kotlin/tests/testData/Comments.kt");
    }

    @TestMetadata("ConstructorDelegate.kt")
    public void testConstructorDelegate() throws Exception {
        runTest("../uast-kotlin/tests/testData/ConstructorDelegate.kt");
    }

    @TestMetadata("Constructors.kt")
    public void testConstructors() throws Exception {
        runTest("../uast-kotlin/tests/testData/Constructors.kt");
    }

    @TestMetadata("CycleInTypeParameters.kt")
    public void testCycleInTypeParameters() throws Exception {
        runTest("../uast-kotlin/tests/testData/CycleInTypeParameters.kt");
    }

    @TestMetadata("DefaultImpls.kt")
    public void testDefaultImpls() throws Exception {
        runTest("../uast-kotlin/tests/testData/DefaultImpls.kt");
    }

    @TestMetadata("DefaultParameterValues.kt")
    public void testDefaultParameterValues() throws Exception {
        runTest("../uast-kotlin/tests/testData/DefaultParameterValues.kt");
    }

    @TestMetadata("Delegate.kt")
    public void testDelegate() throws Exception {
        runTest("../uast-kotlin/tests/testData/Delegate.kt");
    }

    @TestMetadata("DeprecatedHidden.kt")
    public void testDeprecatedHidden() throws Exception {
        runTest("../uast-kotlin/tests/testData/DeprecatedHidden.kt");
    }

    @TestMetadata("DestructuringDeclaration.kt")
    public void testDestructuringDeclaration() throws Exception {
        runTest("../uast-kotlin/tests/testData/DestructuringDeclaration.kt");
    }

    @TestMetadata("ea101715.kt")
    public void testEa101715() throws Exception {
        runTest("../uast-kotlin/tests/testData/ea101715.kt");
    }

    @TestMetadata("Elvis.kt")
    public void testElvis() throws Exception {
        runTest("../uast-kotlin/tests/testData/Elvis.kt");
    }

    @TestMetadata("ElvisType.kt")
    public void testElvisType() throws Exception {
        runTest("../uast-kotlin/tests/testData/ElvisType.kt");
    }

    @TestMetadata("EnumValueMembers.kt")
    public void testEnumValueMembers() throws Exception {
        runTest("../uast-kotlin/tests/testData/EnumValueMembers.kt");
    }

    @TestMetadata("EnumValuesConstructors.kt")
    public void testEnumValuesConstructors() throws Exception {
        runTest("../uast-kotlin/tests/testData/EnumValuesConstructors.kt");
    }

    @TestMetadata("IfStatement.kt")
    public void testIfStatement() throws Exception {
        runTest("../uast-kotlin/tests/testData/IfStatement.kt");
    }

    @TestMetadata("Imports.kt")
    public void testImports() throws Exception {
        runTest("../uast-kotlin/tests/testData/Imports.kt");
    }

    @TestMetadata("In.kt")
    public void testIn() throws Exception {
        runTest("../uast-kotlin/tests/testData/In.kt");
    }

    @TestMetadata("InferenceInsideUnresolvedConstructor.kt")
    public void testInferenceInsideUnresolvedConstructor() throws Exception {
        runTest("../uast-kotlin/tests/testData/InferenceInsideUnresolvedConstructor.kt");
    }

    @TestMetadata("InnerClasses.kt")
    public void testInnerClasses() throws Exception {
        runTest("../uast-kotlin/tests/testData/InnerClasses.kt");
    }

    @TestMetadata("InnerNonFixedTypeVariable.kt")
    public void testInnerNonFixedTypeVariable() throws Exception {
        runTest("../uast-kotlin/tests/testData/InnerNonFixedTypeVariable.kt");
    }

    @TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
    public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
        runTest("../uast-kotlin/tests/testData/LambdaExpressionFunctionalInterfaceType.kt");
    }

    @TestMetadata("LambdaParameters.kt")
    public void testLambdaParameters() throws Exception {
        runTest("../uast-kotlin/tests/testData/LambdaParameters.kt");
    }

    @TestMetadata("LambdaReturn.kt")
    public void testLambdaReturn() throws Exception {
        runTest("../uast-kotlin/tests/testData/LambdaReturn.kt");
    }

    @TestMetadata("Lambdas.kt")
    public void testLambdas() throws Exception {
        runTest("../uast-kotlin/tests/testData/Lambdas.kt");
    }

    @TestMetadata("LocalDeclarations.kt")
    public void testLocalDeclarations() throws Exception {
        runTest("../uast-kotlin/tests/testData/LocalDeclarations.kt");
    }

    @TestMetadata("LocalVariableWithAnnotation.kt")
    public void testLocalVariableWithAnnotation() throws Exception {
        runTest("../uast-kotlin/tests/testData/LocalVariableWithAnnotation.kt");
    }

    @TestMetadata("ManyAlternatives.kt")
    public void testManyAlternatives() throws Exception {
        runTest("../uast-kotlin/tests/testData/ManyAlternatives.kt");
    }

    @TestMetadata("MethodReference.kt")
    public void testMethodReference() throws Exception {
        runTest("../uast-kotlin/tests/testData/MethodReference.kt");
    }

    @TestMetadata("NameContainingFile.kt")
    public void testNameContainingFile() throws Exception {
        runTest("../uast-kotlin/tests/testData/NameContainingFile.kt");
    }

    @TestMetadata("NonTrivialIdentifiers.kt")
    public void testNonTrivialIdentifiers() throws Exception {
        runTest("../uast-kotlin/tests/testData/NonTrivialIdentifiers.kt");
    }

    @TestMetadata("ParameterPropertyWithAnnotation.kt")
    public void testParameterPropertyWithAnnotation() throws Exception {
        runTest("../uast-kotlin/tests/testData/ParameterPropertyWithAnnotation.kt");
    }

    @TestMetadata("ParametersDisorder.kt")
    public void testParametersDisorder() throws Exception {
        runTest("../uast-kotlin/tests/testData/ParametersDisorder.kt");
    }

    @TestMetadata("ParametersWithDefaultValues.kt")
    public void testParametersWithDefaultValues() throws Exception {
        runTest("../uast-kotlin/tests/testData/ParametersWithDefaultValues.kt");
    }

    @TestMetadata("PropertyAccessors.kt")
    public void testPropertyAccessors() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyAccessors.kt");
    }

    @TestMetadata("PropertyDelegate.kt")
    public void testPropertyDelegate() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyDelegate.kt");
    }

    @TestMetadata("PropertyInitializer.kt")
    public void testPropertyInitializer() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyInitializer.kt");
    }

    @TestMetadata("PropertyInitializerWithoutSetter.kt")
    public void testPropertyInitializerWithoutSetter() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyInitializerWithoutSetter.kt");
    }

    @TestMetadata("PropertyReferences.kt")
    public void testPropertyReferences() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyReferences.kt");
    }

    @TestMetadata("PropertyWithAnnotation.kt")
    public void testPropertyWithAnnotation() throws Exception {
        runTest("../uast-kotlin/tests/testData/PropertyWithAnnotation.kt");
    }

    @TestMetadata("QualifiedConstructorCall.kt")
    public void testQualifiedConstructorCall() throws Exception {
        runTest("../uast-kotlin/tests/testData/QualifiedConstructorCall.kt");
    }

    @TestMetadata("ReceiverFun.kt")
    public void testReceiverFun() throws Exception {
        runTest("../uast-kotlin/tests/testData/ReceiverFun.kt");
    }

    @TestMetadata("Reified.kt")
    public void testReified() throws Exception {
        runTest("../uast-kotlin/tests/testData/Reified.kt");
    }

    @TestMetadata("ReifiedParameters.kt")
    public void testReifiedParameters() throws Exception {
        runTest("../uast-kotlin/tests/testData/ReifiedParameters.kt");
    }

    @TestMetadata("ReifiedResolve.kt")
    public void testReifiedResolve() throws Exception {
        runTest("../uast-kotlin/tests/testData/ReifiedResolve.kt");
    }

    @TestMetadata("ReifiedReturnType.kt")
    public void testReifiedReturnType() throws Exception {
        runTest("../uast-kotlin/tests/testData/ReifiedReturnType.kt");
    }

    @TestMetadata("Resolve.kt")
    public void testResolve() throws Exception {
        runTest("../uast-kotlin/tests/testData/Resolve.kt");
    }

    @TestMetadata("SAM.kt")
    public void testSAM() throws Exception {
        runTest("../uast-kotlin/tests/testData/SAM.kt");
    }

    @TestMetadata("Simple.kt")
    public void testSimple() throws Exception {
        runTest("../uast-kotlin/tests/testData/Simple.kt");
    }

    @TestMetadata("SimpleAnnotated.kt")
    public void testSimpleAnnotated() throws Exception {
        runTest("../uast-kotlin/tests/testData/SimpleAnnotated.kt");
    }

    @TestMetadata("StringTemplate.kt")
    public void testStringTemplate() throws Exception {
        runTest("../uast-kotlin/tests/testData/StringTemplate.kt");
    }

    @TestMetadata("StringTemplateComplex.kt")
    public void testStringTemplateComplex() throws Exception {
        runTest("../uast-kotlin/tests/testData/StringTemplateComplex.kt");
    }

    @TestMetadata("StringTemplateComplexForUInjectionHost.kt")
    public void testStringTemplateComplexForUInjectionHost() throws Exception {
        runTest("../uast-kotlin/tests/testData/StringTemplateComplexForUInjectionHost.kt");
    }

    @TestMetadata("StringTemplateInClass.kt")
    public void testStringTemplateInClass() throws Exception {
        runTest("../uast-kotlin/tests/testData/StringTemplateInClass.kt");
    }

    @TestMetadata("StringTemplateWithVar.kt")
    public void testStringTemplateWithVar() throws Exception {
        runTest("../uast-kotlin/tests/testData/StringTemplateWithVar.kt");
    }

    @TestMetadata("SuperCalls.kt")
    public void testSuperCalls() throws Exception {
        runTest("../uast-kotlin/tests/testData/SuperCalls.kt");
    }

    @TestMetadata("Suspend.kt")
    public void testSuspend() throws Exception {
        runTest("../uast-kotlin/tests/testData/Suspend.kt");
    }

    @TestMetadata("TryCatch.kt")
    public void testTryCatch() throws Exception {
        runTest("../uast-kotlin/tests/testData/TryCatch.kt");
    }

    @TestMetadata("TypeAliasConstructorReference.kt")
    public void testTypeAliasConstructorReference() throws Exception {
        runTest("../uast-kotlin/tests/testData/TypeAliasConstructorReference.kt");
    }

    @TestMetadata("TypeAliasExpansionWithOtherAliasInArgument.kt")
    public void testTypeAliasExpansionWithOtherAliasInArgument() throws Exception {
        runTest("../uast-kotlin/tests/testData/TypeAliasExpansionWithOtherAliasInArgument.kt");
    }

    @TestMetadata("TypeAliases.kt")
    public void testTypeAliases() throws Exception {
        runTest("../uast-kotlin/tests/testData/TypeAliases.kt");
    }

    @TestMetadata("TypeInAnnotation.kt")
    public void testTypeInAnnotation() throws Exception {
        runTest("../uast-kotlin/tests/testData/TypeInAnnotation.kt");
    }

    @TestMetadata("TypeReferences.kt")
    public void testTypeReferences() throws Exception {
        runTest("../uast-kotlin/tests/testData/TypeReferences.kt");
    }

    @TestMetadata("UnexpectedContainerException.kt")
    public void testUnexpectedContainerException() throws Exception {
        runTest("../uast-kotlin/tests/testData/UnexpectedContainerException.kt");
    }

    @TestMetadata("WhenAndDestructing.kt")
    public void testWhenAndDestructing() throws Exception {
        runTest("../uast-kotlin/tests/testData/WhenAndDestructing.kt");
    }

    @TestMetadata("WhenIs.kt")
    public void testWhenIs() throws Exception {
        runTest("../uast-kotlin/tests/testData/WhenIs.kt");
    }

    @TestMetadata("WhenStringLiteral.kt")
    public void testWhenStringLiteral() throws Exception {
        runTest("../uast-kotlin/tests/testData/WhenStringLiteral.kt");
    }
}