summaryrefslogtreecommitdiff
path: root/test/files/run/t6989/JavaClass_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6989/JavaClass_1.java')
-rw-r--r--test/files/run/t6989/JavaClass_1.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t6989/JavaClass_1.java b/test/files/run/t6989/JavaClass_1.java
index eb26a08700..72ec4d6ab6 100644
--- a/test/files/run/t6989/JavaClass_1.java
+++ b/test/files/run/t6989/JavaClass_1.java
@@ -7,6 +7,8 @@ package foo;
// I'm leaving the incorrect results of FromJavaClassCompleters in the check
// file, so that we get notified when something changes there.
+// ^^^ It's not clear what those incorrect results were, but the fix for SI-7359
+// (backport of fix for SI-6548) has probably resolved some of these. OP, please revisit this comment.
class PackagePrivateJavaClass {
private int privateField = 0;