Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f88b757f46846743eda36a97b7ea0bd6be112553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package foo

/* XPECT validationIssues ---
error at ' class A wraps java.util.Map$Entry
{
}' message 'A map entry class must have a feature called 'key''
error at 'class A wraps java.util.Map$Entry
{
}' message 'A map entry class must have a feature called 'value''
--- */

class A wraps java.util.Map$Entry
{
}

Back to the top