Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75e4b6c

Browse files
tamasvajkigfoo
authored andcommitted
Fix typo in PrintAst.qll
1 parent 33a9b4f commit 75e4b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/lib/semmle/code/java/PrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private predicate isNotNeeded(Element el) {
6969
|
7070
el.getLocation().hasLocationInfo(_, sline, eline, scol, ecol) and
7171
c.getLocation().hasLocationInfo(_, sline, eline, scol, ecol) and
72-
not c.getFile().isKotlinSourceFile() // Koltin constructor bodies have the same location as the constructor
72+
not c.getFile().isKotlinSourceFile() // Kotlin constructor bodies have the same location as the constructor
7373
// simply comparing their getLocation() doesn't work as they have distinct but equivalent locations
7474
)
7575
or

0 commit comments

Comments
 (0)