Avoid deprecations in examples

This commit is contained in:
Andrew Eisenberg 2020-10-31 10:46:27 -07:00
Родитель 868aeee8a9
Коммит c2be7fe71f
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -7,6 +7,6 @@
import java
from Block b
from BlockStmt b
where b.getNumStmt() = 0
select b, "This is an empty block."

Просмотреть файл

@ -7,6 +7,6 @@
import javascript
from Block b
from BlockStmt b
where b.getNumStmt() = 0
select b, "This is an empty block."