make PropNode private again

This commit is contained in:
Erik Krogh Kristensen
2020-06-11 23:19:03 +02:00
parent ef72c03ca9
commit 065cb04202

View File

@@ -318,7 +318,7 @@ module DataFlow {
/**
* A node in the data flow graph which corresponds to a `@property`.
*/
class PropNode extends Node, TPropNode {
private class PropNode extends Node, TPropNode {
@property prop;
PropNode() { this = TPropNode(prop) }