1 file changed
@@ -18,8 +18,8 @@ class MethodFileCreateTempFile extends Method { | |||
| 18 | 18 | */ | |
| 19 | 19 | class MethodFileCreatesDirs extends Method { | |
| 20 | 20 | MethodFileCreatesDirs() { | |
| 21 | - getDeclaringType() instanceof TypeFile and | ||
| 22 | - hasName(["mkdir", "mkdirs"]) | ||
| 21 | + this.getDeclaringType() instanceof TypeFile and | ||
| 22 | + this.hasName(["mkdir", "mkdirs"]) | ||
| 23 | 23 | } | |
| 24 | 24 | } | |
| 25 | 25 | ||
0 commit comments