Remove redundant analyzeWithAllCompilerChecks from NoArg plugin test

This commit is contained in:
Igor Yakovlev
2019-09-27 16:04:06 +03:00
parent cef6b71897
commit ca9e760379
@@ -42,9 +42,6 @@ class TestNoArgForLightClass : KotlinLightCodeInsightFixtureTestCase() {
+ "@$noArgAnnotationName class $targetClassName(val e: Int)"
) as KtFile
//We have to call it because NoArg checker need to be executed and mark needed PSI for CodegenExtension
file.analyzeWithAllCompilerChecks()
val classes = file.classes
assertEquals(2, classes.size)