summaryrefslogtreecommitdiff
path: root/tests/073-mismatched-field/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/073-mismatched-field/info.txt')
-rw-r--r--tests/073-mismatched-field/info.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/073-mismatched-field/info.txt b/tests/073-mismatched-field/info.txt
new file mode 100644
index 0000000..4a15263
--- /dev/null
+++ b/tests/073-mismatched-field/info.txt
@@ -0,0 +1,3 @@
+Test behavior when an instance field is overlapped (through separate
+compilation) by a static field. The VM is expected to detect the conflict
+and throw an IncompatibleClassChangeError when the field is accessed.