Undefined interface 'x'
Sample code:
class t implements x { // Undefined interface 'x'
//...
}
You used 'x' like interface, but no definition could be found.
Skip to: Content | Navigation | Footer

Sample code:
class t implements x { // Undefined interface 'x'
//...
}
You used 'x' like interface, but no definition could be found.