blob: 9303071aab239dc2cba47430771d1632aa7f02b7 [file] [log] [blame]
class CSS {
static class IO{}
}
class TD {
void calculateSmth(CSS.IO io){}
}
/**
* @see TD#calculateSmth(CSS.IO)
*/
class Test {
}