Skip to content

Commit ed20960

Browse files
authored
fix val reassign
1 parent 83c9e98 commit ed20960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/emberjs/utils/EmberUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class EmberUtils {
400400
}
401401

402402
val tsFile = getFileByPath(parentModule, fullPathToTs) ?: getFileByPath(parentModule, fullPathToDts) ?: containingFile
403-
val cls = findDefaultExportClass(tsFile)
403+
var cls = findDefaultExportClass(tsFile)
404404
?: findDefaultExportClass(containingFile)
405405
?: file
406406

0 commit comments

Comments
 (0)