Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2208de2ea0065b7b677932f5f0b2006b98100085 (plain) (blame)
1
2
3
4
5
6
7
8
package foo

/* XPECT validationIssues ---
error at 'baz' message 'Couldn't resolve reference to GenBase 'baz'.'
error at 'baz' message 'A generic super type must refer to a class'
--- */

class bar extends baz {}

Back to the top