Undefined interface 'x'

Sample code:

class t implements x {          // Undefined interface 'x'
    //...
}

You used 'x' like interface, but no definition could be found.