Files
2018-08-02 17:53:23 +01:00

8 lines
150 B
Plaintext

import cpp
from Class c, string s
where if exists(c.getABaseClass())
then s = c.getABaseClass().toString()
else s = "<none>"
select c, s