Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 3, 2023
1 parent 36a9587 commit cc8cf15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ class KotlinWriteTestService : WriteTestService() {
val className = sourceFile.name.replace(".kt", "") + "Test"

val packageName = ReadAction.compute<String, Throwable> {
(sourceFile as PsiJavaFile).packageName
(sourceFile as KtFile).packageName
}
val parentDirPath = ReadAction.compute<String, Throwable> {
parentDir?.path
Expand Down

0 comments on commit cc8cf15

Please sign in to comment.